AnnotationsTestsFixturesNonNamespacedClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NonNamespacedClass.php |
@Route("foo")
@Template |
NamespaceCoverageCoversClassPublicTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageCoversClassPublicTest.php |
|
StaticReflectionParser::getReflectionClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php |
Get the ReflectionClass equivalent for this file / class. |
CallbackValidatorTest_Class::validateStatic |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
ExecutionContextTest_TestClass::$myProperty |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
StaticReflectionProperty::getDeclaringClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php |
|
PHP_CodeCoverage_Report_Node::getNumClasses |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the number of classes. |
DateValidatorTest::testDateTimeClassIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php |
|
ClassWithNonPublicAttributes::$privateArray |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php |
|
StaticReflectionClass::getDefaultProperties |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
MappingException::classNotFoundInNamespaces |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php |
|
RuntimeReflectionService::getClassShortName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Return the shortname of a class. |
HtmlIdentifierUnitTest::testDrupalHTMLClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
Tests that drupal_html_class() cleans the class name properly. |
RuntimeReflectionService::getClassNamespace |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
|
TimeValidatorTest::testDateTimeClassIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php |
|
UniversalClassLoader::getNamespaceFallbacks |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Gets the directory(ies) to use as a fallback for namespaces. |
UniversalClassLoaderTest::getLoadClassTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
UniversalClassLoaderTest::testGetNamespaces |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
Twig_ExpressionParser::getFunctionNodeClass |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
AbstractManagerRegistry::getManagerForClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets the object manager associated with a given class. |
AnnotationLoaderTest::testLoadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
FieldNormalizer::$supportedInterfaceOrClass |
property |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldNormalizer.php |
The interface or class that this Normalizer supports. |
SimpleAnnotationReader::getClassAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets the annotations applied to a class. |
PHP_CodeCoverage_Report_Node_File::$classes |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
|
GlobalNamespacesPerFileWithClassAsFirst.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsFirst.php |
|
SqliteProfilerStorageTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php |
|
ClassWithInvalidAnnotationTargetAtClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php |
|
PHPUnit_Framework_Assert::classHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Returns a PHPUnit_Framework_Constraint_ClassHasAttribute matcher object. |
StaticReflectionParserTest::testParentClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php |
|
FileProfilerStorageTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
CustomAnnotationClassDiscoveryTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php |
|
StyleUnformattedTest::testDefaultRowClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleUnformattedTest.php |
Take sure that the default css classes works as expected. |
CacheWarmerAggregateTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|
FlattenException::getClassNameFromIncomplete |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php |
|
RequestFactory::$entityEnclosingRequestClass |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
|
PHPUnit_Util_TestDox_ResultPrinter::endClass |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Handler for 'end class' event. |
ContainerBuilderTest::testCreateServiceClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
PHP_Token_ClassTest::testGetFunctionKeywords |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/ClassTest.php |
@covers PHP_Token_FUNCTION::getKeywords |
LoadClassMetadataEventArgs::getClassMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php |
Retrieve associated ClassMetadata. |
LoadClassMetadataEventArgs::getObjectManager |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php |
Retrieve associated ObjectManager. |
SymfonyFileLocatorTest::testGetAllClassNames |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php |
|
PHPUnit_Framework_TestCase::setUpBeforeClass |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
This method is called before the first test of this test class is run. |
ClassMetadata::isCollectionValuedAssociation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Checks if the given field is a mapped collection valued association for this class. |
AbstractAnnotationLoaderTest::getClassLoader |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php |
|
ClassMapGeneratorTest::getTestCreateMapTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
|
AbstractClassMetadataFactory::setCacheDriver |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Sets the cache driver used by the factory to cache ClassMetadata instances. |
AbstractClassMetadataFactory::getCacheDriver |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Gets the cache driver used by the factory to cache ClassMetadata instances. |
DefaultFileLocatorTest::testGetAllClassNames |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
AbstractClassMetadataFactory::getAllMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Forces the factory to load the metadata of all classes known to the underlying
mapping driver. |
AnnotationClassLoaderTest::getAnnotatedRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|