Update doc

This commit is contained in:
Laurent Destailleur 2014-03-15 12:23:46 +01:00
parent 32364ac18b
commit 4095069460

View File

@ -27,7 +27,7 @@ If not using Eclipse, to install PHPUnit manually:
> sudo pear install --alldeps phpunit/PHPUnit > sudo pear install --alldeps phpunit/PHPUnit
* Run Unit tests: * Run Unit tests:
> cd test > cd test/phpunit
> phpunit MyFileTest.php > phpunit MyFileTest.php
If using Eclipse, select the test and click on menu "Run external tools and choose PHPUnit". If using Eclipse, select the test and click on menu "Run external tools and choose PHPUnit".