Searched refs:failedTest (Results 1 – 4 of 4) sorted by relevance
24 protected $failedTest; variable in PHPUnit_Framework_TestFailure34 * @param PHPUnit_Framework_Test $failedTest37 public function __construct(PHPUnit_Framework_Test $failedTest, $t) argument39 if ($failedTest instanceof PHPUnit_Framework_SelfDescribing) {40 $this->testName = $failedTest->toString();42 $this->testName = get_class($failedTest);45 if (!$failedTest instanceof PHPUnit_Framework_TestCase || !$failedTest->isInIsolation()) {46 $this->failedTest = $failedTest;126 public function failedTest() function in PHPUnit_Framework_TestFailure128 return $this->failedTest;
81 function PHPUnit_TestFailure(&$failedTest, &$thrownException) { argument82 $this->_failedTest = &$failedTest;92 function &failedTest() { function in PHPUnit_TestFailure
318 foreach ($this->_failures as $failedTest) {319 $result .= $failedTest->toString();
196 $test = $failure->failedTest();