Searched refs:getActualOutput (Results 1 – 7 of 7) sorted by relevance
58 $output = $test->getActualOutput();
252 foreach (explode("\n", trim($test->getActualOutput())) as $line) {
225 $output = $test->getActualOutput();
378 $this->document->createTextNode($test->getActualOutput())
549 $this->write($test->getActualOutput());
870 $test->getActualOutput()
422 public function getActualOutput() function in PHPUnit_Framework_TestCase