| DbDumpTest::$originalTableSchemas |
property |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
An array of original table schemas. |
| DbDumpTest::$tables |
property |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Tables that should be part of the exported script. |
| DbDumpTest::getTableIndexes |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Returns indexes for a given table. |
| DbDumpTest::getTableSchema |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Helper function to get a simplified schema for a given table. |
| DbDumpTest::register |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Register a database cache backend rather than memory-based. |
| DbDumpTest::setUp |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
|
| DbDumpTest::testDbDumpCommand |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Tests the command directly. |
| DbDumpTest::testScriptLoad |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Tests 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::$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 |
Tests 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 install. |
| 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. |
| DbLogControllerTest::testNonLatinCharacters |
function |
core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php |
Tests links with non latin characters. |
| DbLogFormInjectionTest |
class |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Tests serializing a form with an injected dblog logger instance. |
| DbLogFormInjectionTest.php |
file |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
|
| DbLogFormInjectionTest::$logger |
property |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
A Dblog logger instance. |
| DbLogFormInjectionTest::$modules |
property |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Modules to install. |
| DbLogFormInjectionTest::buildForm |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Form constructor. |
| DbLogFormInjectionTest::getFormId |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Returns a unique string identifying the form. |
| DbLogFormInjectionTest::process |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Process callback. |
| DbLogFormInjectionTest::setUp |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
|
| DbLogFormInjectionTest::submitForm |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Form submission handler. |
| DbLogFormInjectionTest::testLoggerSerialization |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Tests db log injection serialization. |
| DbLogFormInjectionTest::validateForm |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Form validation handler. |
| DbLogResourceTest |
class |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Tests the watchdog database log resource. |
| DbLogResourceTest.php |
file |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
|
| DbLogResourceTest::$auth |
property |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
The authentication mechanism to use in this test. |
| DbLogResourceTest::$defaultTheme |
property |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
The theme to install as the default for testing. |
| DbLogResourceTest::$entityTypeId |
property |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
The entity type ID. |
| DbLogResourceTest::$modules |
property |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Modules to install. |
| DbLogResourceTest::$resourceConfigId |
property |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
The REST Resource Config entity ID under test (i.e. a resource type). |
| DbLogResourceTest::assertNormalizationEdgeCases |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Asserts normalization-specific edge cases. |
| DbLogResourceTest::getExpectedUnauthorizedAccessCacheability |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Returns the expected cacheability of an unauthorized access response. |
| DbLogResourceTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Return the expected error message. |
| DbLogResourceTest::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Empty function. |
| DbLogResourceTest::setUp |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
|
| DbLogResourceTest::setUpAuthorization |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Sets up the necessary authorization. |
| DbLogResourceTest::testWatchdog |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Writes a log messages and retrieves it via the REST API. |
| DbLogTest |
class |
core/modules/dblog/tests/src/Kernel/DbLogTest.php |
Generate events and verify dblog entries. |
| DbLogTest |
class |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
Verifies log entries and user access based on permissions. |
| DbLogTest.php |
file |
core/modules/dblog/tests/src/Kernel/DbLogTest.php |
|
| DbLogTest.php |
file |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
|
| DbLogTest::$adminUser |
property |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
A user with some relevant administrative permissions. |
| DbLogTest::$defaultTheme |
property |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
The theme to install as the default for testing. |
| DbLogTest::$modules |
property |
core/modules/dblog/tests/src/Kernel/DbLogTest.php |
Modules to install. |