Show
Ignore:
Timestamp:
03/10/2008 05:17:44 PM (9 months ago)
Author:
Geert
Message:

Added stats to test report (e.g. "Passed: 4 / 5").

Files:
1 modified

Legend:

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

    r2274 r2278  
    88        'test_class_extends'   => '%s must extend Unit_Test_Case.', 
    99        'no_tests_found'       => 'No tests found', 
     10        'stats'                => 'Passed: %s / %s', 
    1011        'passed'               => 'Passed', 
    1112        'failed'               => 'Failed',