| CustomPageExceptionHtmlSubscriberTest::$accessUnawareRouter |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked access unaware router. |
| CustomPageExceptionHtmlSubscriberTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked config factory. |
| CustomPageExceptionHtmlSubscriberTest::$customPageSubscriber |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The tested custom page exception subscriber. |
| CustomPageExceptionHtmlSubscriberTest::$errorLog |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The PHP error log settings before the test. |
| CustomPageExceptionHtmlSubscriberTest::$kernel |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked HTTP kernel. |
| CustomPageExceptionHtmlSubscriberTest::$logger |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked logger. |
| CustomPageExceptionHtmlSubscriberTest::$redirectDestination |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
The mocked redirect.destination service. |
| CustomPageExceptionHtmlSubscriberTest::setUp |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
|
| CustomPageExceptionHtmlSubscriberTest::tearDown |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
|
| CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
Tests onHandleException with a GET request. |
| CustomPageExceptionHtmlSubscriberTest::testHandleWithPostRequest |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php |
Tests onHandleException with a POST request. |
| custom_test.yml |
file |
core/modules/migrate/tests/modules/message_test/migrations/custom_test.yml |
core/modules/migrate/tests/modules/message_test/migrations/custom_test.yml |
| custom_test_db.yml |
file |
core/modules/migrate/tests/modules/message_test/migrations/custom_test_db.yml |
core/modules/migrate/tests/modules/message_test/migrations/custom_test_db.yml |
| d7_menu_test.yml |
file |
core/modules/migrate_drupal_ui/tests/modules/migrate_drupal_message_test/migrations/d7_menu_test.yml |
core/modules/migrate_drupal_ui/tests/modules/migrate_drupal_message_test/migrations/d7_menu_test.yml |
| DAlterHooks::testAlter |
function |
core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DAlterHooks.php |
Implements hook_test_alter(). |
| DAlterHooks::testSubtypeAlter |
function |
core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DAlterHooks.php |
Implements hook_test_subtype_alter(). |
| DatabaseBackendFactoryTest |
class |
core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php |
Tests Drupal\Core\Cache\DatabaseBackendFactory. |
| DatabaseBackendFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php |
|
| DatabaseBackendFactoryTest::getProvider |
function |
core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php |
|
| DatabaseBackendFactoryTest::testGet |
function |
core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php |
Tests get. |
| DatabaseBackendTagTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php |
Tests DatabaseBackend cache tag implementation. |
| DatabaseBackendTagTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php |
|
| DatabaseBackendTagTest::register |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php |
|
| DatabaseBackendTagTest::testTagInvalidations |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php |
Test tag invalidation. |
| DatabaseBackendTagTest::testTagsPurge |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php |
Test cache tag purging. |
| DatabaseBackendTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Unit test of the database backend using the generic cache unit test base. |
| DatabaseBackendTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
|
| DatabaseBackendTest::$maxRows |
property |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
The max rows to use for test bins. |
| DatabaseBackendTest::createCacheBackend |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Creates a new instance of DatabaseBackend. |
| DatabaseBackendTest::getNumRows |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Gets the number of rows in the test cache bin database table. |
| DatabaseBackendTest::testCacheBackendDatabaseIsBackendOverridable |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Test that the service "cache.backend.database" is backend overridable. |
| DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Tests that "cache_tags.invalidator.checksum" is backend overridable. |
| DatabaseBackendTest::testGarbageCollection |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Tests the row count limiting of cache bin database tables. |
| DatabaseBackendTest::testSetGet |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
|
| DatabaseDriverList::$includeTestDrivers |
property |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Determines whether test drivers shall be included in the discovery. |
| DatabaseDriverList::includeTestDrivers |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Determines whether test drivers shall be included in the discovery. |
| DatabaseDriverListTest |
class |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Tests DatabaseDriverList methods. |
| DatabaseDriverListTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
|
| DatabaseDriverListTest::providerDatabaseDrivers |
function |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Data provider for testLegacyGetFromDriverName(). |
| DatabaseDriverListTest::testGet |
function |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Tests get. |
| DatabaseDriverProvidedByModuleTest |
class |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
Tests output on the status overview page. |
| DatabaseDriverProvidedByModuleTest.php |
file |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
| DatabaseDriverProvidedByModuleTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
| DatabaseDriverProvidedByModuleTest::setUp |
function |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
| DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled |
function |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
Tests that the status page shows the error message. |
| DatabaseEventsTest |
class |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
Tests Drupal\Core\Database\Connection. |
| DatabaseEventsTest.php |
file |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
|
| DatabaseEventsTest::$connection |
property |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
A database connection. |
| DatabaseEventsTest::setUp |
function |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
|
| DatabaseEventsTest::testDisableInvalidEvent |
function |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
Tests disable invalid event. |