Exemplo n.º 1
0
 public function __construct($class = '')
 {
     if ($class == '') {
         throw new CIUnit_Framework_Exception_InvalidArgument(1, 'must not be NULL');
     }
     // Cheack and load all test cases
     CIUnit_Util_FileLoader::checkAndLoad($class);
     $this->className = $class;
 }