Exemplo n.º 1
0
 /**
  *    Finds currently running test.
  *    @return SimpeTestCase    Current test case.
  *    @access protected
  */
 function &_getCurrentTestCase()
 {
     return SimpleTest::getCurrent();
 }
Exemplo n.º 2
0
 function &_getCurrentTestCase()
 {
     $test =& SimpleTest::getCurrent();
     return $test->test;
 }