MongoDbSessionHandlerTest::testOpenMethodAlwaysReturnTrue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|
UniversalClassLoaderTest::testLoadClassNamespaceCollision |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
@dataProvider getLoadClassNamespaceCollisionTests |
CheckExceptionOnInvalidReferenceBehaviorPassTest::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php |
|
ApcUniversalClassLoaderTest::testLoadClassPrefixCollision |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
@dataProvider getLoadClassPrefixCollisionTests |
system_incompatible_core_version_dependencies_test.module |
file |
drupal/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.module |
|
PictureFieldDisplayTest::testPictureFieldFormattersPublic |
function |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Test picture formatters on node display for public files. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Test image_style_url() with a file using the "public://" scheme. |
FilterStringTest::testFilterStringGroupedExposedNotStarts |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
RequestTest::testGetContentCantBeCalledTwiceWithResources |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@expectedException LogicException
@dataProvider getContentCantBeCalledTwiceWithResourcesProvider |
AnnotationWithRequiredAttributesWithoutContructor::$value |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
AnnotationWithRequiredAttributesWithoutContructor::$annot |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
YamlFileLoaderTest::testLoadThrowsExceptionWhenIncomplete |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
@expectedException \InvalidArgumentException |
ImmutableEventDispatcherTest::testAddSubscriberDisallowed |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@expectedException \BadMethodCallException |
DefinitionDecoratorTest::testGetArgumentShouldCheckBounds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
@expectedException OutOfBoundsException |
Twig_Tests_ParserTest::testFilterBodyNodesThrowsException |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@dataProvider getFilterBodyNodesDataThrowsException
@expectedException Twig_Error_Syntax |
HttpKernelTest::testHandleWhenTheControllerIsNotACallable |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@expectedException LogicException |
ContainerTest::testAddScopeDoesNotAllowInvalidParentScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException
@dataProvider getInvalidParentScopes |
HttpKernelTest::testHandleWhenTheControllerIsAStaticArray |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
@expectedException \InvalidArgumentException
@dataProvider getPathsToInvalidFiles |
ClosureExpressionVisitorTest::testWalkNotEqualsComparison |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
Twig_Tests_ExpressionParserTest::testCanOnlyAssignToNames |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax
@dataProvider getFailingTestsForAssignment |
StoreTest::testDoesNotFindAnEntryWithLookupWhenNoneExists |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
FilterNumericTest::testFilterNumericExposedGroupedBetween |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterNumericTest.php |
|
FieldAttachStorageTest::testFieldAttachCreateRenameBundle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |
KeyValueStoreExpirableInterface::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Sets a value for a given key with a time to live if it does not yet exist. |
ContainerBuilderTest::testRegisteredButNotLoadedExtension |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
VocabularyUnitTest::testTaxonomyVocabularyLoadReturnFalse |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Ensure that when an invalid vocabulary vid is loaded, it is possible
to load the same vid successfully if it subsequently becomes valid. |
VocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Test deleting a taxonomy that contains terms. |
VocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Ensure that the vocabulary static reset works correctly. |
BlockLanguageTest::testLanguageBlockVisibilityBlockDelete |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php |
Tests if the visibility settings are removed if the block is deleted. |
translation_entity_language_configuration_element_process |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Process callback: Expands the language_configuration form element. |
HttpCacheTest::testHitsCachedResponseWithSMaxAgeDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Twig_Tests_Node_Expression_Binary_ConcatTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php |
@covers Twig_Node_Expression_Binary_Concat::compile
@covers Twig_Node_Expression_Binary_Concat::operator
@dataProvider getTests |
Twig_Tests_Node_Expression_Binary_OrTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php |
@covers Twig_Node_Expression_Binary_Or::__construct |
DocParserTest::testDefaultAnnotationValueIsNotOverwritten |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
Twig_Tests_Node_Expression_Unary_PosTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php |
@covers Twig_Node_Expression_Unary_Pos::__construct |
Twig_Tests_Node_Expression_Unary_NotTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php |
@covers Twig_Node_Expression_Unary_Not::__construct |
Twig_Tests_Node_Expression_Unary_NegTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php |
@covers Twig_Node_Expression_Unary_Neg::__construct |
LanguageBrowserDetectionUnitTest::testLanguageFromBrowser |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php |
Unit tests for the language_from_browser() function. |
PhpParserTest::testEqualNamespacesPerFileWithClassAsFirst |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
NativeSessionStorageTest::testExplicitSessionCacheLimiter |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
PhpParserTest::testGlobalNamespacesPerFileWithClassAsLast |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
ResponseListenerTest::testFilterDoesNothingForSubRequests |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php |
|
language_negotiation_configure_browser_delete_form_submit |
function |
drupal/core/modules/language/language.admin.inc |
Form submit handler to delete a browser language negotiation mapping. |
AbstractReaderTest::testImportDetectsNonExistentAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation "@Foo\Bar\Name" in property Doctrine\Tests\Common\Annotations\TestNonExistentAnnotationClass::$field was never imported. |
InlineTest::testParseInvalidMappingKeyShouldThrowException |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
ResolveReferencesToAliasesPassTest::testProcessRecursively |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php |
|
MongoDbSessionHandlerTest::testCloseMethodAlwaysReturnTrue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|
SearchCommentCountToggleTest::testSearchCommentCountToggle |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Verify that comment count display toggles properly on comment status of node |
UniversalClassLoaderTest::getLoadClassPrefixCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|