Searched refs:PHPUnit_Framework_TestFailure (Results 1 – 13 of 13) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | ConstraintTest.php | 29 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 D | TestFailureTest.php | 17 $failure = new PHPUnit_Framework_TestFailure($test, $exception);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestResult.php | 221 $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 D | Exception.php | 63 $string = PHPUnit_Framework_TestFailure::exceptionToString($this);
|
H A D | ExceptionWrapper.php | 77 $string = PHPUnit_Framework_TestFailure::exceptionToString($this);
|
H A D | TestFailure.php | 14 class PHPUnit_Framework_TestFailure class
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | ResultPrinter.php | 235 * @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 D | JSON.php | 44 PHPUnit_Framework_TestFailure::exceptionToString($e), 64 PHPUnit_Framework_TestFailure::exceptionToString($e), 84 PHPUnit_Framework_TestFailure::exceptionToString($e),
|
H A D | TAP.php | 82 PHPUnit_Framework_TestFailure::exceptionToString($e)
|
H A D | TeamCity.php | 350 PHPUnit_Framework_TestFailure::exceptionToString($previous) . "\n" .
|
H A D | JUnit.php | 434 $buffer .= PHPUnit_Framework_TestFailure::exceptionToString($e) . PHP_EOL .
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | PHP.php | 378 * @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 D | Matcher.php | 256 PHPUnit_Framework_TestFailure::exceptionToString($e)
|