ImageAdminStylesTest::testStyleReplacement |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Test deleting a style and choosing a replacement style. |
UserPermissionsTest::testAdministratorRole |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php |
Test assigning of permissions for the administrator role. |
StatisticsAdminTest::testStatisticsSettings |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php |
Verifies that the statistics settings page works. |
UserAdminTest::testNotificationEmailAddress |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php |
Tests the alternate notification e-mail address for user mails. |
BareMinimalNoConfigUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalNoConfigUpgradePathTest.php |
|
CustomBlockSaveTest::testDeterminingChanges |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php |
Tests determing changes in hook_block_presave(). |
Twig_Tests_LexerTest::testUnterminatedBlock |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unclosed "block" at line 3 |
EntityReferenceAdminTest::getAllOptionsList |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php |
Extract all the options of a select element. |
language_admin_add_predefined_form_validate |
function |
drupal/core/modules/language/language.admin.inc |
Element specific validator for the Add language button. |
FlattenException::getClassNameFromIncomplete |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php |
|
BareMinimalAnonymousUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php |
|
SearchSettingsForm::searchAdminReindexSubmit |
function |
drupal/core/modules/search/lib/Drupal/search/Form/SearchSettingsForm.php |
Form submission handler for the reindex button on the search admin settings
form. |
EasyRdf_Parser_Rapper::MINIMUM_RAPPER_VERSION |
constant |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rapper.php |
|
LocaleContentTest::testNodeAdminLanguageFilter |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php |
Test filtering Node content by language. |
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL |
constant |
drupal/core/modules/user/user.module |
Visitors can create accounts, but they don't become active without
administrative approval. |
EditorAdminTest::testAddEditorToExistingFormat |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests adding a text editor to an existing text format. |
KernelDestructionSubscriber::onKernelTerminate |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php |
Invoked by the terminate kernel event. |
Twig_Tests_LexerTest::testUnterminatedVariable |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unclosed "variable" at line 3 |
locale_form_language_admin_overview_form_alter |
function |
drupal/core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for language_admin_overview_form(). |
MenuLinkStorageController::loadModuleAdminTasks |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Loads system menu link as needed by system_get_module_admin_tasks(). |
MenuRouterTest::testThemeCallbackAdministrative |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when it is set to use an administrative theme. |
CommentApprovalTest::testApprovalAdminInterface |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php |
Test comment approval functionality through admin/content/comment. |
VocabularyTest::testTaxonomyAdminNoVocabularies |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Test the vocabulary overview with no vocabularies. |
EntityReferenceAdminTest::testFieldAdminHandler |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php |
|
BareMinimalUpgradePathTest::finishUpgradeSession |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php |
Asserts that the session was kept during update. Also, log out. |
XssTest::providerTestFilterXssAdminNotNormalized |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Data provider for testFilterXssAdminNotNormalized(). |
VocabularyTest::testTaxonomyAdminChangingWeights |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Changing weights on the vocabulary overview with two or more vocabularies. |
locale_form_language_admin_add_form_alter_submit |
function |
drupal/core/modules/locale/locale.module |
Form submission handler for language_admin_add_form(). |
RangeValidatorTest::testInvalidValuesCombinedMin |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
@dataProvider getLessThanTen |
editor_form_filter_admin_format_editor_configure |
function |
drupal/core/modules/editor/editor.module |
Button submit handler for filter_admin_format_form()'s 'editor_configure' button. |
UserValidateCurrentPassCustomFormTest::$adminUser |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php |
User permission to administer users. |
HandlerFilterUserNameTest::testAdminUserInterface |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php |
Tests using the user interface. |
UserCancelTest::testUserWithoutEmailCancelByAdmin |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php |
Tests deletion of a user account without an e-mail address. |
EditorAdminTest::verifyUnicornEditorConfiguration |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Verifies unicorn editor configuration. |
locale_form_language_admin_edit_form_alter_submit |
function |
drupal/core/modules/locale/locale.module |
Form submission handler for language_admin_edit_form(). |
NodeAccessFieldTest::testNodeAccessAdministerField |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Tests administering fields when node access is restricted. |
EntityReferenceAdminTest::assertFieldSelectOptions |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php |
|
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php |
Test non-default theme admin. |
BareMinimalUpgradePathTest::testBasicMinimalUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php |
Tests a successful major version release upgrade. |
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php |
Tests that there is a link to the parent term on the child term page. |
VocabularyTest::testTaxonomyAdminDeletingVocabulary |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Deleting a vocabulary. |
BareMinimalNoConfigUpgradePathTest::refreshVariables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalNoConfigUpgradePathTest.php |
Overrides \Drupal\system\Tests\Upgrade\UpgradePathTestBase::refreshVariables(). |
SearchPreprocessLangcodeTest::testPreprocessStemming |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
Tests stemming for hook_search_preprocess(). |
BareMinimalAnonymousUpgradePathTest::prepareD8Session |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php |
Overrides \Drupal\system\Tests\Upgrade\UpgradePathTestBase::prepareD8Session(). |
UserTranslationUITest::testTranslateLinkUserAdminPage |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Tests translate link on user admin list. |
FilledMinimalUpgradePathTest::testFilledMinimalUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php |
Tests a successful point release update. |
IgnoreSlaveSubscriberTest::testSystemInitIgnoresSlaves |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/IgnoreSlaveSubscriberTest.php |
Tests \Drupal\Core\EventSubscriber\SlaveDatabaseIgnoreSubscriber::checkSlaveServer(). |
NodeTranslationUITest::testTranslateLinkContentAdminPage |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Tests translate link on content admin page. |
BareMinimalAnonymousUpgradePathTest::finishUpgradeSession |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php |
Overrides \Drupal\system\Tests\Upgrade\UpgradePathTestBase::assertSessionKept(). |
CommentTranslationUITest::testTranslateLinkCommentAdminPage |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Tests translate link on comment content admin page. |