Show
Ignore:
Timestamp:
03/10/2008 11:11:28 AM (9 months ago)
Author:
Geert
Message:

Test classes without test methods will now also be noted in the report.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/unit_test/i18n/en_US/unit_test.php

    r2273 r2274  
    77        'test_class_not_found' => 'No test class by the name of %s found in %s.', 
    88        'test_class_extends'   => '%s must extend Unit_Test_Case.', 
     9        'no_tests_found'       => 'No tests found', 
    910        'passed'               => 'Passed', 
    1011        'failed'               => 'Failed',