Changeset 15082
- Timestamp:
- 01/29/09 23:37:00 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/limexPlugin/trunk/tests/testProject/plugins/limexPlugin/README
r14937 r15082 25 25 26 26 * You must new up an instance of your test class at the bottom of the file for it to get executed when you do a ``symfony test-unit``. 27 * You must pass the constructor of your test class the (integer) number of tests that get run 27 * You must pass the constructor of your test class the (integer) number of tests that get run. You can optionally pass a lime_output_color object, too. 28 28 * You must still follow the symfony convention of naming the files containing your tests ``<something>Test.php``. 29 29