Пример #1
0
 /**
  * Returns a list of test cases found in the current valid test case path
  *
  * @access public
  */
 function &getTestCaseList()
 {
     $manager = new TestManager();
     $return = $manager->_getTestCaseList($manager->_getTestsPath());
     return $return;
 }
Пример #2
0
 function &getPluginTestCaseList($directory = '.')
 {
     $manager = new TestManager();
     return $manager->_getTestCaseList($directory);
 }