Home
last modified time | relevance | path

Searched refs:exception (Results 451 – 475 of 679) sorted by last modified time

1...<<11121314151617181920>>...28

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php214 $exception = new AggregateException(sprintf("%s:\n", get_class($this->reveal())));
215 $exception->setObjectProphecy($this);
222 $exception->append($e);
227 if (count($exception->getExceptions())) {
228 throw $exception;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php2164 * @param Exception $exception
2168 function throwException(Exception $exception) argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php512 * @param mixed $exception
530 $this->expectedException = $exception;
542 * @param mixed $exception
556 $this->expectedException = $exception;
565 * @param string $exception
567 public function expectException($exception) argument
569 if (!is_string($exception)) {
573 $this->expectedException = $exception;
1936 * @param Throwable|Exception $exception
1942 public static function throwException($exception) argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php307 } catch (InstantiatorUnexpectedValueException $exception) {
308 if ($exception->getPrevious()) {
309 $exception = $exception->getPrevious();
313 $exception->getMessage()
315 } catch (InstantiatorInvalidArgumentException $exception) {
317 $exception->getMessage()
H A DInvocationMocker.php121 $exception = null;
136 $exception = $e;
140 if ($exception !== null) {
141 throw $exception;
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDoubleComparatorTest.php111 $exception = null;
117 catch (ComparisonFailure $exception) {
120 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DNumericComparatorTest.php99 $exception = null;
105 catch (ComparisonFailure $exception) {
108 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DScalarComparatorTest.php135 $exception = null;
141 catch (ComparisonFailure $exception) {
144 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DSplObjectStorageComparatorTest.php113 $exception = null;
119 catch (ComparisonFailure $exception) {
122 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DTypeComparatorTest.php83 $exception = null;
89 catch (ComparisonFailure $exception) {
92 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DArrayComparatorTest.php139 $exception = null;
145 catch (ComparisonFailure $exception) {
148 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDOMNodeComparatorTest.php138 $exception = null;
144 catch (ComparisonFailure $exception) {
147 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDateTimeComparatorTest.php171 $exception = null;
177 catch (ComparisonFailure $exception) {
180 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DExceptionComparatorTest.php113 $exception = null;
119 catch (ComparisonFailure $exception) {
122 $this->assertNull($exception, 'Unexpected ComparisonFailure');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md90 * Enhance exception for invalid argument to ThrowPromise (thanks @Tobion)
109 * Improved clarity of method call expectation exception (thanks @dantleech)
162 …* Added an exception when trying to prophesize on a final method instead of ignoring silently (tha…
201 * Improve exception messages
206 * Add more debug information to CallTimes and Call prediction exception messages
208 * Fix some typos in the exception messages (thanks @pborreli)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php103 $exception = null;
108 $exception = $e;
120 $methodName, $arguments, $returnValue, $exception, $file, $line
124 if (null !== $exception) {
125 throw $exception;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php66 $exception = 'PHPUnit_Framework_Error_Notice';
72 $exception = 'PHPUnit_Framework_Error_Warning';
78 $exception = 'PHPUnit_Framework_Error_Deprecated';
80 $exception = 'PHPUnit_Framework_Error';
83 throw new $exception($errstr, $errno, $errfile, $errline);
H A DPHP.php386 $exception = $error->thrownException();
388 if ($exception instanceof __PHP_Incomplete_Class) {
390 foreach ((array) $exception as $key => $value) {
395 $exception = new PHPUnit_Framework_SyntheticError(
408 return $exception;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php31 private $exception; variable in PHPUnit_Util_TestDox_ResultPrinter_XML
68 $this->exception = $e;
91 $this->exception = $e;
152 $this->exception = null;
202 if ($this->exception !== null) {
203 if ($this->exception instanceof PHPUnit_Framework_Exception) {
204 $steps = $this->exception->getSerializableTrace();
206 $steps = $this->exception->getTrace();
220 $node->setAttribute('exceptionMessage', $this->exception->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1351.phpt28 RuntimeException: Expected rethrown exception.
31 LogicException: Expected exception.
H A D2731.phpt2 GH-2731: Empty exception message cannot be expected
23 Failed asserting that exception message is empty but is 'message'.
H A D873-php5.phpt20 Fatal error: Uncaught exception 'Exception' with message 'PHPUnit suppresses exceptions thrown outs…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php181 * @param Exception $exception
185 public function willThrowException(Exception $exception) argument
187 $stub = new PHPUnit_Framework_MockObject_Stub_Exception($exception);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md157 * Yaml::parse() now throws an exception when a blackslash is not escaped
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception) argument
37 if (false === $exception) {
40 $this->assertEquals($exception, get_class($e));
45 if (false !== $exception) {
46 $this->fail(sprintf('Exception "%s" expected', $exception));

1...<<11121314151617181920>>...28