Home
last modified time | relevance | path

Searched refs:expectExceptionMessage (Results 1 – 19 of 19) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
DParserTest.php104 $this->expectExceptionMessage(
116 $this->expectExceptionMessage(
128 $this->expectExceptionMessage(
140 $this->expectExceptionMessage(
152 $this->expectExceptionMessage(
164 $this->expectExceptionMessage(
/plugin/jplayer/vendor/symfony/process/Tests/
DProcessTest.php246 $this->expectExceptionMessage('Input can not be set while the process is running.');
266 …$this->expectExceptionMessage('"Symfony\Component\Process\Process::setInput" only accepts strings,…
476 $this->expectExceptionMessage('TTY mode is not supported on Windows platform.');
700 $this->expectExceptionMessage('The process has been signaled');
734 $this->expectExceptionMessage('exceeded the timeout of 0.1 seconds.');
752 $this->expectExceptionMessage('exceeded the timeout of 0.1 seconds.');
784 $this->expectExceptionMessage('exceeded the timeout of 0.1 seconds.');
847 $this->expectExceptionMessage('exceeded the timeout of 0.1 seconds.');
926 $this->expectExceptionMessage('Can not send signal on a non running process.');
939 … $this->expectExceptionMessage(sprintf('Process must be started before calling "%s()".', $method));
[all …]
DProcessFailedExceptionTest.php33 … $this->expectExceptionMessage('Expected a failed process, but the given process was successful.');
DProcessBuilderTest.php203 …$this->expectExceptionMessage('"Symfony\Component\Process\ProcessBuilder::setInput" only accepts s…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2811/
DIssue2811Test.php6 $this->expectExceptionMessage('hello');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2299/
DIssue2299Test.php9 $this->expectExceptionMessage('message');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2731/
DIssue2731Test.php7 $this->expectExceptionMessage('');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D2811.phpt2 GH-2811: expectExceptionMessage() does not work without expectException()
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DCustomExtensionTest.php25 $this->expectExceptionMessage($expectedExceptionMessage);
DTemplateTest.php279 $this->expectExceptionMessage($exceptionMessage);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DArrayTest.php43 $this->expectExceptionMessage(sprintf(
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DFnStreamTest.php17 $this->expectExceptionMessage('seek() is not implemented in the FnStream');
DLimitStreamTest.php92 $this->expectExceptionMessage('Could not seek the stream to position 2');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
DClassMetadataTest.php88 $this->expectExceptionMessage($message);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
DInlineTest.php255 …$this->expectExceptionMessage(sprintf('cannot start a plain scalar; you need to quote the scalar a…
275 …$this->expectExceptionMessage(sprintf('cannot start a plain scalar; you need to quote the scalar a…
DParserTest.php840 …$this->expectExceptionMessage(sprintf('Duplicate key "%s" detected at line %d', $duplicateKey, $li…
1433 …$this->expectExceptionMessage(sprintf('Unexpected characters near "," at line %d (near "bar: "123"…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DTestCaseTest.php222 $test->expectExceptionMessage('A runtime error occurred');
234 $test->expectExceptionMessage('A logic error occurred');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php533 $this->expectExceptionMessage($message);
599 public function expectExceptionMessage($message) function in PHPUnit_Framework_TestCase
654 $this->expectExceptionMessage($expectedException['message']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DChangeLog-5.7.md149 * Fixed [#2299](https://github.com/sebastianbergmann/phpunit/issues/2299): `expectExceptionMessage(…