Framework_MockObjectTest::testVerificationOfNeverFailsWithAnyParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
StoreTest::testSucceedsQuietlyWhenInvalidateCalledWithNoMatchingEntries |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
HttpCacheTest::testRespondsWith304WhenIfModifiedSinceMatchesLastModified |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
PHP_Token_InterfaceTest::provideFilesWithClassesWithinMultipleNamespaces |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
|
PHPUnit_Framework_MockObject_Builder_InvocationMocker::withAnyParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
|
AbstractReaderTest::testClassWithInvalidAnnotationTargetAtMethodDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetClass is not allowed to be declared on method… |
Framework_MockObjectTest::testStaticMethodCallWithArgumentCloningEnabled |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testObjectMethodCallWithArgumentCloningEnabled |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testStaticMethodCallWithArgumentCloningDisabled |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testObjectMethodCallWithArgumentCloningDisabled |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testVerificationOfMethodNameFailsWithParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testVerificationOfNeverFailsWithEmptyParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
HttpKernelTest::testHandleWhenAnExceptionIsHandledWithASpecificStatusCode |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@dataProvider getStatusCodes |
ClassCollectionLoaderTest::getFixNamespaceDeclarationsDataWithoutTokenizer |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
AbstractReaderTest::testClassWithInvalidAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetClass is not allowed to be declared on property… |
InlineTest::testParseScalarWithIncorrectlyQuotedStringShouldThrowException |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
Twig_Tests_Node_Expression_FilterTest::testCompileWithMissingNamedArgument |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Value for argument "from" is required for filter "replace". |
HttpCacheTest::testDoesCacheWithAuthorizationRequestHeaderAndPublicResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameterNonStrict |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
HttpCacheTest::testValidatesCachedResponsesWithETagAndNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
UrlGeneratorTest::testUrlWithInvalidParameterInHostWhenParamHasADefaultValue |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
Framework_MockObjectTest::testVerificationOfMethodNameFailsWithoutParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_AssertTest::testAssertArrayHasKeyProperlyFailsWithArrayAccessValue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayHasKey
@expectedException PHPUnit_Framework_AssertionFailedError |
Twig_Tests_Node_Expression_FilterTest::testCompileWithWrongNamedArgumentName |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unknown argument "foobar" for filter "date". |
PHP_Token_InterfaceTest::testGetPackageNamespaceForFileWithMultipleNamespaces |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
@dataProvider provideFilesWithClassesWithinMultipleNamespaces
@covers PHP_Token_INTERFACE::getPackage |
HttpCacheTest::testRespondsWith304OnlyIfIfNoneMatchAndIfModifiedSinceBothMatch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
HttpCacheTest::testCachesResponsesWithAnETagValidatorButNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithObject |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable. |
Framework_ConstraintTest::testConstraintCountWithAnObjectImplementingCountable |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Count |
HttpCacheTest::testDoesNotCacheResponsesWithoutFreshnessInformationOrAValidator |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
StaticMethodLoaderTest::testLoadClassMetadataDoesNotRepeatLoadWithParentClasses |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
AbstractReaderTest::testClassWithAnnotationWithTargetSyntaxErrorAtClassDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtClassDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithBadArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <array without indexes 0 and 1 set> is not callable. |
Framework_MockObjectTest::testMockedMethodIsNotCalledWhenExpectsAnyWithParameter |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
AbstractReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetAnnotation is not allowed to be declared on property… |
AbstractReaderTest::testClassWithAnnotationWithTargetSyntaxErrorAtMethodDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
Twig_Tests_ErrorTest::testTwigExceptionAddsFileAndLineWhenMissingWithInheritance |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php |
|
Framework_AssertTest::testAssertArrayNotHasKeyPropertlyFailsWithArrayAccessValue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayNotHasKey
@expectedException PHPUnit_Framework_AssertionFailedError |
InlineTest::testParseScalarWithIncorrectlyDoubleQuotedStringShouldThrowException |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtMethodDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
HttpCacheTest::testDoesNotCacheWithAuthorizationRequestHeaderAndNonPublicResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithClassname |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable. |
Framework_ConstraintTest::testConstraintSameSizeWithAnObjectImplementingCountable |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_SameSize |
Framework_MockObjectTest::testGetMockWithFixedClassNameCanProduceTheSameMockTwice |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMock |
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithEmptyArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <empty array> is not callable. |
AbstractReaderTest::testClassWithAnnotationWithTargetSyntaxErrorAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
HttpCacheTest::testValidatesCachedResponsesWithLastModifiedAndNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFileEvenWithoutSchemaValidation |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
@expectedException \InvalidArgumentException
@dataProvider getPathsToInvalidFiles |