dolibarr/test
2010-04-25 14:25:44 +00:00
..
FactureTest.php New: First change to add PHPUnit 2010-04-25 14:19:58 +00:00
FactureTestSuite.php New: First change to add PHPUnit 2010-04-25 14:25:44 +00:00
README New: First change to add PHPUnit 2010-04-25 14:19:58 +00:00

README (English)
--------------------------------
This directory contains unit tests of Dolibarr code.
To use them, you must:
* Install PHPUnit
* Add an entry in eclipse as external tool for phpunit programm with:
-Name:      PHPUnit
-Location:  /usr/bin/php
-Workspace: ${workspace_loc}
-Arguments: /usr/bin/phpunit ${resource_path}
* To run a test, select it and click on menu "Run external tools and choose PHPUnit"