We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clean tmp and log folders
$ phing clean
Clean and rebuild tmp and log folders
$ phing build
Use PHPUnit to run the unit tests in the test folder
test
$ phing test
Use PHPUnit to run some specific tests
$ phing test -DtestPath=test/src/demo/controller/IndexTest.php