| DateTimeTimeAgoFormatterTest::$defaultTheme |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
The theme to install as the default for testing. |
| DateTimeTimeAgoFormatterTest::$displayOptions |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
An array of field formatter display options. |
| DateTimeTimeAgoFormatterTest::$field |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
The field used in this test class. |
| DateTimeTimeAgoFormatterTest::$fieldStorage |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
A field storage to use in this test class. |
| DateTimeTimeAgoFormatterTest::$modules |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
Modules to enable. |
| DateTimeTimeAgoFormatterTest::setUp |
function |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
|
| DateTimeTimeAgoFormatterTest::testSettings |
function |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
Tests the formatter settings. |
| datetime_range_test.info.yml |
file |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml |
| datetime_range_test.module |
file |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module |
Contains datetime_range_test.module |
| datetime_range_test_entity_type_alter |
function |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module |
Implements hook_entity_type_alter(). |
| datetime_test.info.yml |
file |
core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml |
core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml |
| DbCommandBaseTest |
class |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Test that the DbToolsApplication works correctly. |
| DbCommandBaseTest.php |
file |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Contains \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTest. |
| DbCommandBaseTest::testPrefix |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Test specifying a prefix for different connections. |
| DbCommandBaseTest::testSpecifyDatabaseDoesNotExist |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Invalid database names will throw a useful exception. |
| DbCommandBaseTest::testSpecifyDatabaseKey |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Test specifying a database key. |
| DbCommandBaseTest::testSpecifyDbUrl |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Test supplying database connection as a url. |
| DbCommandBaseTester |
class |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Concrete command implementation for testing base features. |
| DbCommandBaseTester::configure |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
|
| DbCommandBaseTester::execute |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
|
| DbCommandBaseTester::getDatabaseConnection |
function |
core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php |
Parse input options decide on a database. |
| DbDumpCommandTest |
class |
core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php |
Test that the DbDumpCommand works correctly. |
| DbDumpCommandTest.php |
file |
core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php |
|
| DbDumpCommandTest::$modules |
property |
core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php |
Modules to enable. |
| DbDumpCommandTest::setUp |
function |
core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php |
|
| DbDumpCommandTest::testDbDumpCommand |
function |
core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php |
Test the command directly. |
| DbDumpCommandTest::testSchemaOnly |
function |
core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php |
Test schema only option. |
| DbDumpTest |
class |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Tests for the database dump commands. |
| DbDumpTest.php |
file |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
|
| DbDumpTest::$data |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Test data to write into config. |
| DbDumpTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Modules to enable. |
| DbDumpTest::$originalTableIndexes |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
An array of original table indexes (including primary and unique keys). |
| DbDumpTest::$originalTableSchemas |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
An array of original table schemas. |
| DbDumpTest::$tables |
property |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Tables that should be part of the exported script. |
| DbDumpTest::getTableIndexes |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Returns indexes for a given table. |
| DbDumpTest::getTableSchema |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Helper function to get a simplified schema for a given table. |
| DbDumpTest::register |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Register a database cache backend rather than memory-based. |
| DbDumpTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
|
| DbDumpTest::testDbDumpCommand |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Test the command directly. |
| DbDumpTest::testScriptLoad |
function |
core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php |
Test loading the script back into the database. |
| DbImportCommandTest |
class |
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php |
Test that the DbImportCommand works correctly. |
| DbImportCommandTest.php |
file |
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php |
|
| DbImportCommandTest::$modules |
property |
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php |
Modules to enable. |
| DbImportCommandTest::$tables |
property |
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php |
Tables that should be part of the exported script. |
| DbImportCommandTest::testDbImportCommand |
function |
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php |
Test the command directly. |
| DbLogControllerTest |
class |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Tests for the DbLogController class. |
| DbLogControllerTest.php |
file |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
|
| DbLogControllerTest::$modules |
property |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Modules to enable. |
| DbLogControllerTest::setUp |
function |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
|
| DbLogControllerTest::testDbLogCorrupted |
function |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Tests corrupted log entries can still display available data. |