runTest() protected method

protected runTest ( ) : mixed
return mixed
Beispiel #1
0
 protected function runTest()
 {
     $testResult = parent::runTest();
     if ($this->_outputCheck) {
         $this->assertTrue(call_user_func($this->_outputCheck, $this->output));
     }
     return $testResult;
 }