Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

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