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

Cleanup r2274

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/unit_test/libraries/Unit_Test.php

    r2274 r2275  
    6060                                if ( ! class_exists($class, FALSE)) 
    6161                                        throw new Kohana_Exception('unit_test.test_class_not_found', $class, $path); 
    62 $this->results[$class] = array(); 
     62 
     63                                // Instantiate test class results 
     64                                $this->results[$class] = array(); 
     65 
    6366                                // Reverse-engineer Test class 
    6467                                $reflector = new ReflectionClass($class);