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/controllers/unit_test.php

    r2267 r2278  
    1717        { 
    1818                // Run tests and show results! 
    19                 $test = new Unit_Test(MODPATH.'unit_test/tests/'); 
    20                 echo $test->report(); 
     19                echo new Unit_Test(MODPATH.'unit_test/tests'); 
    2120        } 
    2221