| 
            UniversalClassLoader::registerNamespaceFallback           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php           | 
                  
            Registers a directory to use as a fallback for namespaces.           | 
              
          
                  | 
            PHPUnit_Runner_BaseTestRunner::SUITE_METHODNAME           | 
                  
            constant           | 
                  
            drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/BaseTestRunner.php           | 
                  
                       | 
              
          
                  | 
            PHPUnit_Framework_MockObject_Matcher_MethodName           | 
                  
            class           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php           | 
                  
            Invocation matcher which looks for a specific method name in the invocations.           | 
              
          
                  | 
            Twig_Tests_Node_Expression_NameTest::testCompile           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/NameTest.php           | 
                  
            @covers Twig_Node_Expression_Name::compile
@dataProvider getTests           | 
              
          
                  | 
            PHP_Token_InterfaceTest::testGetPackageNamespace           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php           | 
                  
            @covers PHP_Token_INTERFACE::getPackage           | 
              
          
                  | 
            NamespaceCoverageNotProtectedTest::testSomething           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageNotProtectedTest.php           | 
                  
            @covers Foo\CoveredClass::<!protected>           | 
              
          
                  | 
            SomeAnnotationClassNameWithoutConstructor::$data           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php           | 
                  
                       | 
              
          
                  | 
            SomeAnnotationClassNameWithoutConstructor::$name           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php           | 
                  
                       | 
              
          
                  | 
            UniversalClassLoader::registerNamespaceFallbacks           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php           | 
                  
            Registers the directory to use as a fallback for namespaces.           | 
              
          
                  | 
            ClassLoaderTest::testLoadClassNamespaceCollision           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php           | 
                  
            @dataProvider getLoadClassNamespaceCollisionTests           | 
              
          
                  | 
            AnnotatedClassDiscovery::$rootNamespacesIterator           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php           | 
                  
            An object containing the namespaces to look for plugin implementations.           | 
              
          
                  | 
            PhpParserTest::testNamespaceAndClassCommentedOut           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php           | 
                  
                       | 
              
          
                  | 
            MongoDbProfilerStorageTestDataCollector::getName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php           | 
                  
            Returns the name of the collector.           | 
              
          
                  | 
            ShortcutSetsTest::testShortcutSetSwitchNoSetName           | 
                  
            function           | 
                  
            drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php           | 
                  
            Tests switching a user's shortcut set without providing a new set name.           | 
              
          
                  | 
            AnnotatedClassDiscovery::getAnnotationNamespaces           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php           | 
                  
            Returns an array of PSR-0 namespaces to search for annotation classes.           | 
              
          
                  | 
            ProviderBasedGeneratorTest::testGenerateFromName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php           | 
                  
                       | 
              
          
                  | 
            Util_TestDox_NamePrettifierTest::$namePrettifier           | 
                  
            property           | 
                  
            drupal/core/vendor/phpunit/phpunit/Tests/Util/TestDox/NamePrettifierTest.php           | 
                  
                       | 
              
          
                  | 
            Twig_Tests_ErrorTest::testErrorWithArrayFilename           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php           | 
                  
                       | 
              
          
                  | 
            views.view.test_views_handler_field_user_name.yml           | 
                  
            file           | 
                  
            drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml           | 
                  
            drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml           | 
              
          
                  | 
            MachineNameControllerTest::$machineNameController           | 
                  
            property           | 
                  
            drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php           | 
                  
            The machine name controller.           | 
              
          
                  | 
            HandlerFilterUserNameTest::testAdminUserInterface           | 
                  
            function           | 
                  
            drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php           | 
                  
            Tests using the user interface.           | 
              
          
                  | 
            NamespaceCoverageClassExtendedTest::testSomething           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageClassExtendedTest.php           | 
                  
            @covers Foo\CoveredClass<extended>           | 
              
          
                  | 
            SomeAnnotationWithConstructorWithoutParams::$name           | 
                  
            property           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php           | 
                  
                       | 
              
          
                  | 
            AbstractManagerRegistry::getDefaultConnectionName           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php           | 
                  
            Gets the default connection name.           | 
              
          
                  | 
            RouteCollectionTest::testUniqueRouteWithGivenName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php           | 
                  
                       | 
              
          
                  | 
            Twig_Tests_ErrorTest::testErrorWithObjectFilename           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php           | 
                  
                       | 
              
          
                  | 
            ArgumentValidateTest::testArgumentValidateUserName           | 
                  
            function           | 
                  
            drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php           | 
                  
                       | 
              
          
                  | 
            PHPUnit_Framework_Constraint_Exception::$className           | 
                  
            property           | 
                  
            drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Exception.php           | 
                  
                       | 
              
          
                  | 
            UrlGeneratorTest::testGenerateWithSpecialRouteName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php           | 
                  
                       | 
              
          
                  | 
            FileDriverTest::testGetAllClassNamesGlobalBasename           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php           | 
                  
                       | 
              
          
                  | 
            PhpParserTest::testNamespaceWithClosureDeclaration           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php           | 
                  
                       | 
              
          
                  | 
            ShortcutSetsTest::testShortcutSetCreateWithSetName           | 
                  
            function           | 
                  
            drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php           | 
                  
            Tests creating a new shortcut set with a defined set name.           | 
              
          
                  | 
            Twig_Tests_Node_Expression_AssignNameTest::getTests           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php           | 
                  
                       | 
              
          
                  | 
            FileDriverTest::testGetAllClassNamesFromMappingFile           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php           | 
                  
                       | 
              
          
                  | 
            StaticReflectionServiceTest::testClassNamespaceName           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php           | 
                  
                       | 
              
          
                  | 
            Twig_Tests_Loader_FilesystemTest::testGetNamespaces           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php           | 
                  
                       | 
              
          
                  | 
            RouteCompilerTest::testRouteWithNumericVariableName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php           | 
                  
            @dataProvider getNumericVariableNames
@expectedException \DomainException           | 
              
          
                  | 
            Twig_Tests_Node_Expression_NameTest::testConstructor           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/NameTest.php           | 
                  
            @covers Twig_Node_Expression_Name::__construct           | 
              
          
                  | 
            PHPUnit_Framework_MockObject_Builder_MethodNameMatch           | 
                  
            interface           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php           | 
                  
            Builder interface for matcher of method names.           | 
              
          
                  | 
            MachineNameControllerTest::testMachineNameController           | 
                  
            function           | 
                  
            drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php           | 
                  
            Tests machine name controller's transliteration functionality.           | 
              
          
                  | 
            RuntimeReflectionServiceTest::testClassNamespaceName           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php           | 
                  
                       | 
              
          
                  | 
            PHPUnit_Framework_MockObject_MockBuilder::$className           | 
                  
            property           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php           | 
                  
                       | 
              
          
                  | 
            ClassLoaderTest::getLoadClassNamespaceCollisionTests           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php           | 
                  
                       | 
              
          
                  | 
            ShortcutSetsTest::testShortcutSetRenameAlreadyExists           | 
                  
            function           | 
                  
            drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php           | 
                  
            Tests renaming a shortcut set to the same name as another set.           | 
              
          
                  | 
            ConfigLocaleOverrideWebTest::testSiteNameTranslation           | 
                  
            function           | 
                  
            drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverrideWebTest.php           | 
                  
            Tests translating the site name.           | 
              
          
                  | 
            FieldAttachStorageTest::testEntityCreateRenameBundle           | 
                  
            function           | 
                  
            drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php           | 
                  
            Test entity_bundle_create() and entity_bundle_rename().           | 
              
          
                  | 
            EntityStorageControllerInterface::getQueryServicename           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php           | 
                  
            Gets the name of the service for the query for this entity storage.           | 
              
          
                  | 
            TermFieldTest::testTaxonomyTermFieldChangeMachineName           | 
                  
            function           | 
                  
            drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php           | 
                  
            Tests that vocabulary machine name changes are mirrored in field definitions.           | 
              
          
                  | 
            PHPUnit_Util_XML::getElementsByCaseInsensitiveTagName           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/XML.php           | 
                  
            Gets elements by case insensitive tagname.           | 
              
          
                  | 
            PHP_CodeCoverage::$mapTestClassNameToCoveredClassName           | 
                  
            property           | 
                  
            drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php           | 
                  
                       |