ClosureExpressionVisitorTest::testWalkAndCompositeExpression |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
StoreTest::testStoresMultipleResponsesForEachVaryCombination |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
XmlFileLoaderTest::testNoNamingConflictsForAnonymousServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php |
|
HttpCacheTest::testRespondsWith304WhenIfNoneMatchMatchesETag |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php |
Tests if the visibility settings are removed if the language is deleted. |
HttpCacheTest::testFetchesResponseFromBackendWhenCacheMisses |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
LanguageSelectElementTest::_testLanguageSelectElementOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Helper function to check the options of a language select form element. |
HttpCacheTest::testUsesCacheToRespondToHeadRequestsWhenFresh |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
LanguageUILanguageNegotiationTest::testUILanguageNegotiation |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php |
Tests for language switching by URL path. |
TaxonomyTermReferenceItemTest::testTaxonomyTermReferenceItem |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php |
Tests using entity fields of the taxonomy term reference field type. |
OptionsDynamicValuesValidationTest::testDynamicAllowedValues |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesValidationTest.php |
Test that allowed values function gets the entity. |
PhpParserTest::testDifferentNamespacesPerFileWithClassAsLast |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
BackendChainImplementationUnitTest::testDeleteAllPropagation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainImplementationUnitTest.php |
Test that the delete all operation is propagated to all backends in the chain. |
AbstractReaderTest::testClassWithPropertyInvalidVarTypeError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Type Error] Attribute "string" of @AnnotationWithVarType declared on property… |
AbstractReaderTest::testInvalidAnnotationUsageButIgnoredClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
CheckExceptionOnInvalidReferenceBehaviorPassTest::testProcess |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php |
|
UniversalClassLoaderTest::getLoadClassNamespaceCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
ApcUniversalClassLoaderTest::getLoadClassPrefixCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Checks the messages on update manager pages when missing a security update. |
KernelTest::testLocateResourceThrowsExceptionWhenNameIsUnsafe |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \RuntimeException |
RequestTest::getContentCantBeCalledTwiceWithResourcesProvider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersOnLazyLoad |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersOnLazyLoad |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
OpenIDRegistrationTest::testRegisterUserWithEmailVerification |
function |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php |
Test OpenID auto-registration with e-mail verification enabled. |
Twig_Tests_ExpressionParserTest::getFailingTestsForAssignment |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|
NodeTypePersistenceTest::testNodeTypeCustomizationPersistence |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypePersistenceTest.php |
Tests that node type customizations persist through disable and uninstall. |
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Tests term language settings for vocabulary terms are saved and updated. |
Twig_Tests_LexerTest::testStringWithUnterminatedInterpolation |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unclosed """ |
ContainerAwareTraceableEventDispatcher::getNotCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ContainerAwareTraceableEventDispatcher.php |
Gets the not called listeners. |
HttpCacheTest::testValidatesPrivateResponsesCachedOnTheClient |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Twig_Tests_Node_Expression_Binary_ConcatTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php |
@covers Twig_Node_Expression_Binary_Concat::__construct |
MTimeProtectedFastFileStorage::getContainingDirectoryFullPath |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Returns the full path of the containing directory where the file is or should be stored. |
PhpParserTest::testDifferentNamespacesPerFileWithClassAsFirst |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
BackendChainImplementationUnitTest::testDeleteTagsPropagation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainImplementationUnitTest.php |
Test that the delete tags operation is propagated to all backends
in the chain. |
ResolveDefinitionTemplatesPassTest::testProcessDoesNotCopyTags |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php |
|
CheckCircularReferencesPassTest::testProcessIgnoresMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php |
|
EventDispatcherTest::testRemoveSubscriberWithMultipleListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
NodeFieldMultilingualTestCase::testMultilingualDisplaySettings |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php |
|
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php |
Tests form_state_values_clean(). |
ClosureExpressionVisitorTest::testWalkLessThanEqualsComparison |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
StoreTest::testReadsAnEmptyArrayWithReadWhenNothingCachedAtKey |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
|
DocParserTest::testAnnotationWithInvalidTargetDeclarationError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage Invalid Target "Foo". Available targets: [ALL, CLASS, METHOD, PROPERTY, ANNOTATION] |
ArgumentDefaultTest::test_plugin_argument_default_current_user |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/User/ArgumentDefaultTest.php |
|
HttpCacheTest::testCachesResponsesWithExplicitNoCacheDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php |
Tests that the wizard correctly sets up default and overridden displays. |
PhpParserTest::testParseClassWithMultipleImportsInUseStatement |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
UserRegistrationTest::testRegistrationWithoutEmailVerification |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php |
|
ContainerAwareTraceableEventDispatcherTest::testStaticCallable |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/ContainerAwareTraceableEventDispatcherTest.php |
|
MergeExtensionConfigurationPassTest::testAutoloadMainExtension |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php |
|