partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a4873dae837ef0fac3f1cc5f974bac4c952e968e
parent c51c7b7702ab17362ecf910a26cc9948223b8d69
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  3 Apr 2012 06:11:51 +0200

A few words on how to run the unit tests

Diffstat:
Adocumentation/developer/UNIT-TESTS | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/documentation/developer/UNIT-TESTS b/documentation/developer/UNIT-TESTS @@ -0,0 +1,9 @@ +Unit tests are usually ran by calling "phing test". + +If you need to run individual tests, you can do so by using the following command: + +phpunit --bootstrap tests/bootstrap.php <yourtestcase> + +Full example: + +phpunit --bootstrap tests/bootstrap.php tests/Part/PartServiceTest.php+ \ No newline at end of file