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/
H A 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/
H A DProcessTest.php246 $this->expectExceptionMessage('Input can not be set while the process is running.');
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.');
961 $this->expectExceptionMessage('Process must be terminated before calling');
1073 $this->expectExceptionMessage('timeout can not be set while the output is disabled.');
[all …]
H A DProcessFailedExceptionTest.php33 … $this->expectExceptionMessage('Expected a failed process, but the given process was successful.');
H A DProcessBuilderTest.php203 …$this->expectExceptionMessage('"Symfony\Component\Process\ProcessBuilder::setInput" only accepts s…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2811/
H A DIssue2811Test.php6 $this->expectExceptionMessage('hello');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2299/
H A DIssue2299Test.php9 $this->expectExceptionMessage('message');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2731/
H A DIssue2731Test.php7 $this->expectExceptionMessage('');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2811.phpt2 GH-2811: expectExceptionMessage() does not work without expectException()
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCustomExtensionTest.php25 $this->expectExceptionMessage($expectedExceptionMessage);
H A DTemplateTest.php279 $this->expectExceptionMessage($exceptionMessage);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php43 $this->expectExceptionMessage(sprintf(
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DFnStreamTest.php17 $this->expectExceptionMessage('seek() is not implemented in the FnStream');
H A DLimitStreamTest.php92 $this->expectExceptionMessage('Could not seek the stream to position 2');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php88 $this->expectExceptionMessage($message);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A 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…
H 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/
H A DTestCaseTest.php222 $test->expectExceptionMessage('A runtime error occurred');
234 $test->expectExceptionMessage('A logic error occurred');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A 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/
H A DChangeLog-5.7.md149 * Fixed [#2299](https://github.com/sebastianbergmann/phpunit/issues/2299): `expectExceptionMessage(…