Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_TestFailure (Results 1 – 13 of 13) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php29 PHPUnit_Framework_TestFailure::exceptionToString($e)
51 PHPUnit_Framework_TestFailure::exceptionToString($e)
79 PHPUnit_Framework_TestFailure::exceptionToString($e)
104 PHPUnit_Framework_TestFailure::exceptionToString($e)
130 PHPUnit_Framework_TestFailure::exceptionToString($e)
208 PHPUnit_Framework_TestFailure::exceptionToString($e)
230 PHPUnit_Framework_TestFailure::exceptionToString($e)
260 PHPUnit_Framework_TestFailure::exceptionToString($e)
286 PHPUnit_Framework_TestFailure::exceptionToString($e)
313 PHPUnit_Framework_TestFailure::exceptionToString($e)
[all …]
H A DTestFailureTest.php17 $failure = new PHPUnit_Framework_TestFailure($test, $exception);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php221 $this->risky[] = new PHPUnit_Framework_TestFailure($test, $t);
232 $this->notImplemented[] = new PHPUnit_Framework_TestFailure($test, $t);
239 $this->skipped[] = new PHPUnit_Framework_TestFailure($test, $t);
246 $this->errors[] = new PHPUnit_Framework_TestFailure($test, $t);
281 $this->warnings[] = new PHPUnit_Framework_TestFailure($test, $e);
306 $this->risky[] = new PHPUnit_Framework_TestFailure($test, $e);
317 $this->notImplemented[] = new PHPUnit_Framework_TestFailure($test, $e);
324 $this->skipped[] = new PHPUnit_Framework_TestFailure($test, $e);
331 $this->failures[] = new PHPUnit_Framework_TestFailure($test, $e);
H A DException.php63 $string = PHPUnit_Framework_TestFailure::exceptionToString($this);
H A DExceptionWrapper.php77 $string = PHPUnit_Framework_TestFailure::exceptionToString($this);
H A DTestFailure.php14 class PHPUnit_Framework_TestFailure class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php235 * @param PHPUnit_Framework_TestFailure $defect
238 protected function printDefect(PHPUnit_Framework_TestFailure $defect, $count)
245 * @param PHPUnit_Framework_TestFailure $defect
248 protected function printDefectHeader(PHPUnit_Framework_TestFailure $defect, $count)
260 * @param PHPUnit_Framework_TestFailure $defect
262 protected function printDefectTrace(PHPUnit_Framework_TestFailure $defect)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php44 PHPUnit_Framework_TestFailure::exceptionToString($e),
64 PHPUnit_Framework_TestFailure::exceptionToString($e),
84 PHPUnit_Framework_TestFailure::exceptionToString($e),
H A DTAP.php82 PHPUnit_Framework_TestFailure::exceptionToString($e)
H A DTeamCity.php350 PHPUnit_Framework_TestFailure::exceptionToString($previous) . "\n" .
H A DJUnit.php434 $buffer .= PHPUnit_Framework_TestFailure::exceptionToString($e) . PHP_EOL .
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php378 * @param PHPUnit_Framework_TestFailure $error
384 private function getException(PHPUnit_Framework_TestFailure $error)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php256 PHPUnit_Framework_TestFailure::exceptionToString($e)