예제 #1
0
 /**
  *    Runs the method once on the test case.
  *    @param SimpleTest $test_case    Test case to run test on.
  *    @param string $method           Name of test method.
  *    @access public
  */
 function invoke(&$test_case, $method)
 {
     $test_case->invoke($method);
 }