Skip to content

Using the Phing Script

linusnorton edited this page Dec 29, 2011 · 2 revisions

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
Clone this wiki locally