run() 공개 메소드

Runs a TestCase.
public run ( PHPUnit_Framework_Test $test )
$test PHPUnit_Framework_Test
예제 #1
0
 /**
  * Runs the test case and collects the results in a given TestResult object.
  *
  * @param  PHPUnit_Framework_TestResult $result
  * @return PHPUnit_Framework_TestResult
  * @access public
  */
 public function run(PHPUnit_Framework_TestResult $result)
 {
     $result->run($this);
 }