DefaultMobileMetaTagsTest::testDefaultMetaTagsExist |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php |
Verifies that the default mobile meta tags are added. |
SelectTableSortDefaultTest::testTableSortDefaultSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms that no error is thrown if no sort is set in a tableselect. |
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php |
Check the enabled Bartik blocks are correctly copied over. |
HIncludeFragmentRendererTest::testRenderWhithDefault |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php |
|
PhpGeneratorDumperTest::testDumpForRouteWithDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
EntityFormControllerInterface::isDefaultFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Checks whether the current form language matches the entity one. |
LanguageConfigurationElementTest::testDefaultLangcode |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
Tests that the language_get_default_langcode() returns the correct values. |
PHPUnit_Framework_ComparatorFactory::$defaultInstance |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ComparatorFactory.php |
|
PluginTestBase::$defaultsTestPluginExpectedDefinitions |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginTestBase.php |
|
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php |
Verifies that the default mobile meta tags can be removed. |
ProcessBuilderTest::testInheritEnvironmentVarsByDefault |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
|
Framework_MockBuilderTest::testByDefaultMocksAllMethods |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
PHPUnit_Framework_ComparatorFactory::getDefaultInstance |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ComparatorFactory.php |
Returns the default instance. |
_authorize_filetransfer_connection_settings_set_defaults |
function |
drupal/core/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
NativeSessionStorageTest::testDefaultSessionCacheLimiter |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
views.view.test_plugin_argument_default_current_user.yml |
file |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml |
RouteProviderTest::testOutlinePathMatchDefaultsCollision |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
DocParserTest::testDefaultAnnotationValueIsNotOverwritten |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
UrlMatcherTest::testDefaultRequirementForOptionalVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.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"}. |
RouterTest::testControllerPlaceholdersDefaultValuesProvided |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
ClassMetadataTest::testGroupSequencesFailIfContainingDefault |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Tests term language settings for vocabulary terms are saved and updated. |
RouteCollectionTest::testAddDefaultsAndRequirementsAndOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
Util_TestDox_NamePrettifierTest::testTitleHasSensibleDefaults |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/TestDox/NamePrettifierTest.php |
|
UrlMatcherTest::testDefaultRequirementOfVariableDisallowsSlash |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
ArgumentDefaultTest::test_plugin_argument_default_current_user |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentDefaultTest.php |
|
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/OverrideDisplaysTest.php |
Tests that the wizard correctly sets up default and overridden displays. |
UrlGeneratorTest::testDefaultRequirementOfVariableDisallowsSlash |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php |
Tests the node type initial language defaults, and modifies them. |
Framework_MockBuilderTest::testByDefaultOriginalCloneIsPreserved |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
UrlGeneratorTest::testGlobalParameterHasHigherPriorityThanDefault |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
ClassMetadataTest::testGroupSequencesWorkIfContainingDefaultGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
RouteCollectionTest::testAddPrefixOverridesDefaultsAndRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
FieldAttachStorageTest::testFieldAttachSaveMissingDataDefaultValue |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test insert with missing or NULL fields, with default value. |
ResponseListenerTest::testFilterSetsNonDefaultCharsetIfNotOverridden |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php |
|
DefaultFileLocatorTest::testGetAllClassNamesNonMatchingFileExtension |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
ClassMetadataTest::testGroupSequencesFailIfNotContainingDefaultGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
LocaleConfigSubscriber::onKernelRequestSetDefaultConfigContextLocale |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigSubscriber.php |
Sets the negotiated interface language on the default configuration context. |
UrlGeneratorTest::testUrlWithInvalidParameterEqualsDefaultValueInHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
UrlMatcherTest::testDefaultRequirementOfVariableDisallowsNextSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
PHP_CodeCoverageTest::testTwoCoversDefaultClassAnnoationsAreNotAllowed |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered
@expectedException PHP_CodeCoverage_Exception |
ConstraintTest::testCanCreateConstraintWithNoDefaultOptionAndEmptyArray |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
ValidationVisitorTest::testValidateInDefaultGroupTraversesGroupSequence |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
UrlGeneratorTest::testDefaultRequirementOfVariableDisallowsNextSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
ValidationVisitorTest::testValidateInGroupSequencePropagatesDefaultGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
HttpCacheTest::testDoesNotReloadResponsesWhenAllowReloadIsSetFalseDefault |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
HttpCacheTest::testAssignsDefaultTtlWhenResponseHasNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php |
Test dependency injected Language object against a new default language
object. |