We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unit tests can be run from the command line as follows:
To run all tests: phpunit [path to folder]
phpunit [path to folder]
By default: (From the Solas-Match root folder) phpunit test/
phpunit test/
Individual files: phpunit [Path to folder/file] phpunit test/api/BadgeDaoTest.php
phpunit [Path to folder/file]
phpunit test/api/BadgeDaoTest.php
Setup in Netbeans:
Tools -> Options -> PHP -> Unit Testing
Select location of PHPUnitScript and Skeleton Generator Script
If installed, they reside by default in /usr/bin/phpunit and /usr/bin/phpunit-skelgen