ApcUniversalClassLoaderTest::getLoadClassFromFallbackTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
UrlGeneratorTest::testAbsoluteSecureUrlWithNonStandardPort |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
StatisticsTokenReplaceTest::testStatisticsTokenReplacement |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php |
Creates a node, then tests the statistics tokens generated from it. |
UrlGeneratorTest::testRelativeUrlWithOptionalZeroParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
PictureFieldDisplayTest::testPictureFieldFormattersPrivate |
function |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Test picture formatters on node display for private files. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Test image_style_url() with a file using the "private://" scheme. |
KernelTest::testLocateResourceReturnsTheDirOneForResources |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testInitializeBundlesSupportInheritanceCascade |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
EntityTranslationControllerInterface::getTranslationAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Checks if a user is allowed to edit the given translation. |
ImmutableEventDispatcherTest::testRemoveListenerDisallowed |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@expectedException \BadMethodCallException |
ContainerAwareEventDispatcherTest::testAddAListenerService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
ParameterBagTest::testResolveStringWithSpacesReturnsString |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php |
@covers Symfony\Component\DependencyInjection\ParameterBag\ParameterBag::resolve
@dataProvider stringsWithSpacesProvider |
ContainerAwareEventDispatcherTest::testRemoveAfterDispatch |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
JsonResponseTest::testConstructorWithArrayCreatesJsonArray |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
NodeRevisionPermissionsTest::testNodeRevisionAccessAnyType |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionPermissionsTest.php |
Tests general revision access permissions. |
NodeRevisionPermissionsTest::testNodeRevisionAccessPerType |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionPermissionsTest.php |
Tests revision access permissions for a specific content type. |
FilterNumericTest::testFilterNumericExposedGroupedNotEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterNumericTest.php |
|
database_test_query_database_test_alter_remove_range_alter |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Implements hook_query_TAG_alter(). |
FileCacheReaderTest::testAttemptToCreateAnnotationCacheDir |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php |
@group DCOM-81 |
ContainerAwareTraceableEventDispatcher::getCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ContainerAwareTraceableEventDispatcher.php |
Gets the called listeners. |
EsiTest::testHandleWhenResponseIsNot200AndErrorsAreIgnored |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php |
|
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation @SomeAnnotationClassNameWithoutConstructorAndProperties declared on does not accept any values, but got {"value":"Foo"}. |
LanguageSelectElementTest::testHiddenLanguageSelectElement |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Tests the case when the language select elements should not be printed. |
RouteCollectionTest::testCannotAddExistingCollectionToTree |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
@expectedException \InvalidArgumentException |
translation_entity_language_configuration_element_validate |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Form validation handler for element added with translation_entity_language_configuration_element_process(). |
Twig_Tests_Node_Expression_Binary_SubTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php |
@covers Twig_Node_Expression_Binary_Sub::__construct |
FirstEntryFinalMatcherTest::testFinalMatcherPatternDefalts |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php |
Confirms the final matcher returns correct attributes with default values. |
Twig_Tests_Node_Expression_Binary_DivTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php |
@covers Twig_Node_Expression_Binary_Div::__construct |
HttpCacheTest::testPassesHeadRequestsThroughDirectlyOnPass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Twig_Tests_Node_Expression_Binary_AndTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php |
@covers Twig_Node_Expression_Binary_And::__construct |
Twig_Tests_Node_Expression_Binary_MulTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php |
@covers Twig_Node_Expression_Binary_Mul::__construct |
Twig_Tests_Node_Expression_Binary_AddTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
@covers Twig_Node_Expression_Binary_Add::__construct |
Twig_Tests_Node_Expression_Binary_ModTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php |
@covers Twig_Node_Expression_Binary_Mod::__construct |
LanguageUILanguageNegotiationTest::testUrlLanguageFallback |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php |
Test URL language detection when the requested URL has no language. |
Twig_Node_Expression_Test_Defined::changeIgnoreStrictCheck |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php |
|
CacheWarmerAggregateTest::testInjectWarmersUsingSetWarmers |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|
PhpParserTest::testGlobalNamespacesPerFileWithClassAsFirst |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed |
function |
drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php |
|
StopwatchTest::testReopenANewSectionShouldThrowAnException |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php |
@expectedException \LogicException |
Twig_Tests_Node_Expression_AssignNameTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php |
@covers Twig_Node_Expression_AssignName::__construct |
AbstractReaderTest::testClassWithMethodInvalidVarTypeError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Type Error] Attribute "annotation" of @AnnotationWithVarType declared on method… |
AbstractReaderTest::testImportDetectsNotImportedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation "@NameFoo" in property Doctrine\Tests\Common\Annotations\TestAnnotationNotImportedClass::$field was never imported. |
ajax_forms_test_advanced_commands_changed_asterisk_callback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'changed' with asterisk marking inner div. |
Twig_Tests_Node_Expression_ConditionalTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConditionalTest.php |
@covers Twig_Node_Expression_Conditional::__construct |
system_incompatible_module_version_dependencies_test.module |
file |
drupal/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.module |
|
UrlMatcherTest::testMatchWithDotMetacharacterInRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
ProcessBuilderTest::shouldInheritAndOverrideEnvironmentVars |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
@test |
HeaderBagTest::testCacheControlDirectiveOverrideWithReplace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
|
SearchKeywordsConditionsTest::testSearchKeyswordsConditions |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php |
Verify the kewords are captured and conditions respected. |
EventDispatcherTest::testAddSubscriberWithMultipleListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|