Home
last modified time | relevance | path

Searched refs:expectException (Results 1 – 25 of 50) sorted by relevance

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
DParserTest.php103 $this->expectException(SyntaxError::class);
115 $this->expectException(SyntaxError::class);
127 $this->expectException(SyntaxError::class);
139 $this->expectException(SyntaxError::class);
151 $this->expectException(SyntaxError::class);
163 $this->expectException(SyntaxError::class);
/plugin/struct/_test/
DConfigHelperTest.php37 public function test_parseFilter($input_filter, $expected_filter, $expectException, $msg) argument
40 if ($expectException !== false) $this->setExpectedException($expectException);
DQueryBuilderFromTest.php41 $this->expectException(StructException::class);
50 $this->expectException(StructException::class);
59 $this->expectException(StructException::class);
DSchemaTest.php70 $this->expectException(StructException::class);
DQueryBuilderOtherTest.php59 $this->expectException(StructException::class);
DQueryBuilderSelectTest.php72 $this->expectException(StructException::class);
DSearchTest.php380 …c function test_addFilter($colname, $value, $comp, $type, $expected_filter, $expectException, $msg) argument
385 if ($expectException !== false) $this->setExpectedException($expectException);
/plugin/jplayer/vendor/symfony/process/Tests/
DProcessTest.php84 $this->expectException('Symfony\Component\Process\Exception\InvalidArgumentException');
90 $this->expectException('Symfony\Component\Process\Exception\InvalidArgumentException');
245 $this->expectException('Symfony\Component\Process\Exception\LogicException');
265 $this->expectException('Symfony\Component\Process\Exception\InvalidArgumentException');
475 $this->expectException('Symfony\Component\Process\Exception\RuntimeException');
528 $this->expectException('Symfony\Component\Process\Exception\ProcessFailedException');
699 $this->expectException('Symfony\Component\Process\Exception\RuntimeException');
733 $this->expectException('Symfony\Component\Process\Exception\ProcessTimedOutException');
751 $this->expectException('Symfony\Component\Process\Exception\ProcessTimedOutException');
783 $this->expectException('Symfony\Component\Process\Exception\ProcessTimedOutException');
[all …]
DProcessBuilderTest.php57 $this->expectException('Symfony\Component\Process\Exception\InvalidArgumentException');
152 $this->expectException('Symfony\Component\Process\Exception\LogicException');
202 $this->expectException('Symfony\Component\Process\Exception\InvalidArgumentException');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DTestCaseTest.php188 $test->expectException(RuntimeException::class);
199 $test->expectException(RuntimeException::class, '');
210 $test->expectException(RuntimeException::class, null);
221 $test->expectException(RuntimeException::class);
233 $test->expectException(RuntimeException::class);
249 $test->expectException(RuntimeException::class);
261 $test->expectException(RuntimeException::class);
277 $test->expectException(RuntimeException::class);
291 $test->expectException(RuntimeException::class);
302 $test->expectException(InvalidArgumentException::class);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DAsyncReadStreamTest.php16 $this->expectException(InvalidArgumentException::class);
26 $this->expectException(InvalidArgumentException::class);
46 $this->expectException(InvalidArgumentException::class);
53 $this->expectException(InvalidArgumentException::class);
DStreamDecoratorTraitTest.php108 $this->expectException(CannotAttachException::class);
127 $this->expectException(UnexpectedValueException::class);
133 $this->expectException(BadMethodCallException::class);
DUtilsTest.php129 $this->expectException(SeekException::class);
152 $this->expectException(RuntimeException::class);
DNullStreamTest.php35 $this->expectException(CannotAttachException::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2731/
DIssue2731Test.php6 $this->expectException(Exception::class);
/plugin/barcodes/tests/
DColorTest.php29 self::expectException(ParseError::class);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
DDifferTest.php397 $this->expectException('\InvalidArgumentException');
410 $this->expectException('\InvalidArgumentException');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D2811.phpt2 GH-2811: expectExceptionMessage() does not work without expectException()
/plugin/oauth/_test/
DValidateUserDataTest.php53 $this->expectException(Exception::class);
/plugin/struct/_test/types/
DColorTest.php67 $this->expectException(ValidationException::class);
DDateTest.php60 $this->expectException(ValidationException::class);
DDateTimeTest.php61 $this->expectException(ValidationException::class);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DCustomExtensionTest.php24 $this->expectException('InvalidArgumentException');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/
DConsecutiveParametersTest.php52 $this->expectException(PHPUnit_Framework_ExpectationFailedException::class);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
DDriverChainTest.php62 $this->expectException('RuntimeException');

12