Home
last modified time | relevance | path

Searched refs:expectException (Results 26 – 36 of 36) sorted by relevance

12

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php254 $this->expectException(ParseException::class);
274 $this->expectException(ParseException::class);
H A DParserTest.php1432 $this->expectException('\Symfony\Component\Yaml\Exception\ParseException');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DCachingStreamTest.php43 $this->expectException(RuntimeException::class);
H A DLimitStreamTest.php91 $this->expectException(SeekException::class);
H A DAppendStreamTest.php175 $this->expectException(CannotAttachException::class);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php202 $this->expectException('RuntimeException');
/plugin/ifauthex/_test/
H A Dgeneral.test.php227 $this->expectException(RuntimeException::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php172 $this->expectException(Exception::class);
186 $this->expectException(Exception::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php567 public function expectException($exception) function in PHPUnit_Framework_TestCase
647 $this->expectException($expectedException['class']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php277 $this->expectException('\Twig\Error\RuntimeError');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md149 …99): `expectExceptionMessage()` and `expectExceptionCode()` do not work without `expectException()`

12