| 
            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::testDoesNotAssignDefaultTtlWhenResponseHasMustRevalidateDirective           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            Twig_Tests_ErrorTest::testTwigExceptionAddsFileAndLineWhenMissingWithInheritance           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php           | 
                  
                       | 
              
          
                  | 
            ContainerAwareTraceableEventDispatcherTest::testClosureDoesNotTriggerErrorNotice           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.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…           | 
              
          
                  | 
            CheckDefinitionValidityPassTest::testProcessDetectsSyntheticNonPublicDefinitions           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php           | 
                  
            @expectedException \RuntimeException           | 
              
          
                  | 
            CheckDefinitionValidityPassTest::testProcessDetectsSyntheticPrototypeDefinitions           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php           | 
                  
            @expectedException \RuntimeException           | 
              
          
                  | 
            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.           | 
              
          
                  | 
            CookieTest::testInstantiationThrowsExceptionIfCookieNameContainsInvalidCharacters           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php           | 
                  
            @dataProvider invalidNames
@expectedException InvalidArgumentException
@covers Symfony\Component\HttpFoundation\Cookie::__construct           | 
              
          
                  | 
            HttpCacheTest::testDoesNotCacheWithAuthorizationRequestHeaderAndNonPublicResponse           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            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).           | 
              
          
                  | 
            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.           | 
              
          
                  | 
            CheckReferenceValidityPassTest::testProcessIgnoresScopeWideningIfNonStrictReference           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php           | 
                  
                       | 
              
          
                  | 
            AnalyzeServiceReferencesPassTest::testProcessDetectsReferencesFromInlinedDefinitions           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php           | 
                  
                       | 
              
          
                  | 
            XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFileEvenWithoutSchemaValidation           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php           | 
                  
            @expectedException \InvalidArgumentException
@dataProvider getPathsToInvalidFiles           | 
              
          
                  | 
            DocParserTest::testAnnotationDoesntThrowExceptionWhenAtSignIsNotFollowedByIdentifier           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php           | 
                  
            @group DCOM-41           | 
              
          
                  | 
            HttpCacheTest::testValidatesCachedResponsesWithLastModifiedAndNoFreshnessInformation           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameterNonStrictWithLogger           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php           | 
                  
                       | 
              
          
                  | 
            HttpKernelTest::testHandleWhenTheControllerDoesNotReturnAResponseButAViewIsRegistered           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php           | 
                  
                       | 
              
          
                  | 
            HttpCacheTest::testCachesResponsesWithALastModifiedValidatorButNoFreshnessInformation           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            KernelTest::testInitializeBundleThrowsExceptionWhenRegisteringTwoBundlesWithTheSameName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php           | 
                  
            @expectedException \LogicException           | 
              
          
                  | 
            SimpleAnnotationReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock           | 
                  
            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).           | 
              
          
                  | 
            ResponseListenerTest::testFiltersSetsNonDefaultCharsetIfNotOverriddenOnNonTextContentType           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php           | 
                  
                       | 
              
          
                  | 
            IntegrationTest::testProcessInlinesWhenThereAreMultipleReferencesButFromTheSameDefinition           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php           | 
                  
                       | 
              
          
                  | 
            PhpDumperTest::testOverrideServiceWhenUsingADumpedContainerAndServiceIsUsedFromAnotherOne           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php           | 
                  
                       | 
              
          
                  | 
            KernelTest::testInitializeBundlesThrowsExceptionWhenABundleIsDirectlyExtendedByTwoBundles           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php           | 
                  
            @expectedException \LogicException           | 
              
          
                  | 
            CheckReferenceValidityPassTest::testProcessIgnoresCrossScopeHierarchyReferenceIfNotStrict           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php           | 
                  
                       | 
              
          
                  | 
            ProcessFailedExceptionTest::testProcessFailedExceptionPopulatesInformationFromProcessOutput           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php           | 
                  
            tests ProcessFailedException uses information from process output
to generate exception message           | 
              
          
                  | 
            Twig_Tests_ExpressionParserTest::testStringExpressionDoesNotConcatenateTwoConsecutiveStrings           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php           | 
                  
            @expectedException Twig_Error_Syntax           | 
              
          
                  | 
            CheckExceptionOnInvalidReferenceBehaviorPassTest::testProcessThrowsExceptionOnInvalidReference           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php           | 
                  
            @expectedException Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException           | 
              
          
                  | 
            HttpCacheTest::testDoesNotRevalidateFreshCacheEntryWhenEnableRevalidateOptionIsSetFalseDefault           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsFalseAndNoListenerIsRegistered           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php           | 
                  
            @expectedException RuntimeException           | 
              
          
                  | 
            CheckDefinitionValidityPassTest::testProcessDetectsNonSyntheticNonAbstractDefinitionWithoutClass           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php           | 
                  
            @expectedException \RuntimeException           | 
              
          
                  | 
            InlineServiceDefinitionsPassTest::testProcessDoesNotInlineWhenAliasedServiceIsNotOfPrototypeScope           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php           | 
                  
                       | 
              
          
                  | 
            DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php           | 
                  
            @group DCOM-41
@expectedException Doctrine\Common\Annotations\AnnotationException           | 
              
          
                  | 
            ContainerAwareTraceableEventDispatcherTest::testThrowsAnExceptionWhenAListenerMethodIsNotCallable           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.php           | 
                  
            @expectedException \RuntimeException           | 
              
          
                  | 
            InlineServiceDefinitionsPassTest::testProcessInlinesIfMultipleReferencesButAllFromTheSameDefinition           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php           | 
                  
                       | 
              
          
                  | 
            CacheWarmerAggregateTest::testWarmupDoesCallWarmupOnOptionalWarmersWhenEnableOptionalWarmersIsEnabled           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php           | 
                  
                       | 
              
          
                  | 
            HttpCacheTest::testReloadsResponsesWhenCacheHitsButNoCacheRequestDirectivePresentWhenAllowReloadIsSetTrue           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            CacheWarmerAggregateTest::testWarmupDoesNotCallWarmupOnOptionalWarmersWhenEnableOptionalWarmersIsNotEnabled           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php           | 
                  
                       | 
              
          
                  | 
            CheckExceptionOnInvalidReferenceBehaviorPassTest::testProcessThrowsExceptionOnInvalidReferenceFromInlinedDefinition           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php           | 
                  
            @expectedException Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException           | 
              
          
                  | 
            HttpCacheTest::testRevalidatesFreshCacheEntryWhenMaxAgeRequestDirectiveIsExceededWhenAllowRevalidateOptionIsSetTrue           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       |