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/libraries/Unit_Test.php

    r2273 r2274  
    6060                                if ( ! class_exists($class, FALSE)) 
    6161                                        throw new Kohana_Exception('unit_test.test_class_not_found', $class, $path); 
    62  
     62$this->results[$class] = array(); 
    6363                                // Reverse-engineer Test class 
    6464                                $reflector = new ReflectionClass($class);