Development

Changeset 15082

You must first sign up to be able to contribute.

Changeset 15082

Show
Ignore:
Timestamp:
01/29/09 23:37:00 (4 years ago)
Author:
g_mawr
Message:

Documented the fact that you *can* still use a lime_output_color object.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/limexPlugin/trunk/tests/testProject/plugins/limexPlugin/README

    r14937 r15082  
    2525 
    2626 * 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. 
    2828 * You must still follow the symfony convention of naming the files containing your tests ``<something>Test.php``.  
    2929