Using the Phing Script - linusnorton/xFrame GitHub Wiki

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

$ phing test

Use PHPUnit to run some specific tests

$ phing test -DtestPath=test/src/demo/controller/IndexTest.php