Exemplo n.º 1
0
 /**
  * Returns an array containing all test that were found
  * @return Ambigous <boolean, multitype:string >
  */
 public function getTestCollection()
 {
     try {
         return CIUnit_Util_FileLoader::collectTests();
     } catch (CIUnit_Framework_Exception_CIUnitException $e) {
         $this->runFailure = $e->getMessage();
     }
     return array();
 }