Home
last modified time | relevance | path

Searched refs:getMessage (Results 726 – 750 of 852) sorted by last modified time

1...<<21222324252627282930>>...35

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php807 …ion has been thrown during the compilation of a template ("%s").', $e->getMessage()), -1, $source,…
H A DTemplate.php230 …ption has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $templat…
441 …ption has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->g…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php26 …ATOR.'Twig'.DIRECTORY_SEPARATOR.'Tests'.DIRECTORY_SEPARATOR.'ErrorTest.php', $error->getMessage());
34 $this->assertEquals('foo in {"foo":"bar"}', $error->getMessage());
59 … $this->assertEquals('Variable "foo" does not exist in "index.html" at line 3.', $e->getMessage());
87 …ng the rendering of a template ("Runtime error...") in "index.html" at line 3.', $e->getMessage());
104 $this->assertEquals('Variable "foo" does not exist.', $e->getMessage());
123 …ption has been thrown during the rendering of a template ("Runtime error...").', $e->getMessage());
146 …uals(sprintf('Variable "foo" does not exist in "%s" at line %d.', $name, $line), $e->getMessage());
156 …endering of a template ("Runtime error...") in "%s" at line %d.', $name, $line), $e->getMessage());
H A DTemplateTest.php58 $this->assertSame(sprintf($message, 'index'), $e->getMessage());
110 $this->assertContains('is not allowed', $e->getMessage());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/
H A DException.php25 public function getMessage(); function
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php288 public function getMessage(); function
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php194 $message = $e->getMessage();
202 throw new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
209 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage())));
214 $e = new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
216 $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage()));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php37 $this->assertNotContains('Unable to find template', $e->getMessage());
157 … $this->assertContains('Unable to find template "@named/nowhere.html"', $e->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssertionFailedError.php23 return $this->getMessage();
H A DExceptionWrapper.php39 parent::__construct($e->getMessage(), (int) $e->getCode());
H A DIncompleteTestCase.php68 public function getMessage() function in PHPUnit_Framework_IncompleteTestCase
H A DTestCase.php929 $this->statusMessage = $e->getMessage();
932 $this->statusMessage = $e->getMessage();
935 $this->statusMessage = $e->getMessage();
938 $this->statusMessage = $e->getMessage();
941 $this->statusMessage = $e->getMessage();
986 $this->statusMessage = $_e->getMessage();
1027 $e = new PHPUnit_Framework_AssertionFailedError($e->getMessage());
1054 $this->fail($e->getMessage());
H A DTestFailure.php62 $this->thrownException->getMessage()
96 $buffer = $e->getMessage() . "\n";
98 $buffer = $e->getClassName() . ': ' . $e->getMessage() . "\n";
100 $buffer = get_class($e) . ': ' . $e->getMessage() . "\n";
148 return $this->thrownException()->getMessage();
H A DTestSuite.php476 $_message = $e->getMessage();
490 $_message = $e->getMessage();
510 $_message = $t->getMessage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3256 $this->assertEquals('incomplete', $e->getMessage());
3269 $this->assertEquals('skipped', $e->getMessage());
3308 …ent #1 (No Value) of PHPUnit_Framework_Assert::assertCount() must be a integer', $e->getMessage());
3321 … of PHPUnit_Framework_Assert::assertCount() must be a countable or traversable', $e->getMessage());
3392 … PHPUnit_Framework_Assert::assertSameSize() must be a countable or traversable', $e->getMessage());
3405 … PHPUnit_Framework_Assert::assertSameSize() must be a countable or traversable', $e->getMessage());
3517 $e->getMessage()
H A DSuiteTest.php229 $message = $lastSkippedResult->thrownException()->getMessage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php143 $e->getMessage()
212 $e->getMessage()
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DExporterTest.php16 $this->assertEquals('At least one item must be exported per page.', $e->getMessage());
26 $this->assertEquals('Unsupported exporter type.', $e->getMessage());
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php85 ->string($bucket->getSource()->getMessage())
H A DGroup.php75 ->string($result->getMessage())
H A DIdle.php134 ->isEqualTo($exception->getMessage())
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DParser.php32 throw new SyntaxError($e->getMessage(), 0, $e);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php66 $exceptions[] = $e->getMessage();
88 $exceptions[] = $e->getMessage();
138 $exceptions[] = \get_class($loader).': '.$e->getMessage();
156 $exceptions[] = \get_class($loader).': '.$e->getMessage();
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php187 return $this->getMessage();
255 : $previous->getMessage());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DAggregateException.php23 $message = $exception->getMessage();

1...<<21222324252627282930>>...35