| LoggingTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
|
| LoggingTest::testEnableLogging |
function |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests that we can log the existence of a query. |
| LoggingTest::testEnableMultiConnectionLogging |
function |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests that we can log queries separately on different connections. |
| LoggingTest::testEnableMultiLogging |
function |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests that we can run two logs in parallel. |
| LoggingTest::testEnableTargetLogging |
function |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests logging queries against multiple targets on the same connection. |
| LoggingTest::testEnableTargetLoggingNoTarget |
function |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests that logs to separate targets use the same connection properly. |
| LoggingTest::testGetLoggingWrongKey |
function |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests that getLog with a wrong key return an empty array. |
| LogMessageParserTest |
class |
core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php |
Tests Drupal\Core\Logger\LogMessageParser. |
| LogMessageParserTest.php |
file |
core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php |
|
| LogMessageParserTest::providerTestParseMessagePlaceholders |
function |
core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php |
Data provider for testParseMessagePlaceholders(). |
| LogMessageParserTest::testParseMessagePlaceholders |
function |
core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php |
Tests for LogMessageParserTrait::parseMessagePlaceholders() |
| LogTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
Tests the Log process plugin. |
| LogTest |
class |
core/modules/migrate/tests/src/Unit/process/LogTest.php |
Tests the Log process plugin. |
| LogTest.php |
file |
core/modules/migrate/tests/src/Unit/process/LogTest.php |
|
| LogTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
|
| LogTest::$executable |
property |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
Migrate executable. |
| LogTest::$logPlugin |
property |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
The Log process plugin. |
| LogTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
Modules to install. |
| LogTest::providerTestLog |
function |
core/modules/migrate/tests/src/Unit/process/LogTest.php |
Provides data for testLog. |
| LogTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
|
| LogTest::testLog |
function |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
Tests the Log plugin. |
| LogTest::testLog |
function |
core/modules/migrate/tests/src/Unit/process/LogTest.php |
Tests the Log plugin. |
| LonelyMonkeyController::testBrokenClass |
function |
core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php |
|
| LruCacheGenericTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php |
Unit test of the LRU memory cache using the generic cache unit test base. |
| LruCacheGenericTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php |
|
| LruCacheGenericTest::$testObjectProperties |
property |
core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php |
Most cache backends ensure changes to objects do not affect the cache. |
| LruCacheGenericTest::createCacheBackend |
function |
core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php |
Creates a new instance of LruMemoryCache. |
| LruCacheGenericTest::testInvalidateTags |
function |
core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php |
The LRU memory cache removes items when invalidateTags is called. |
| LruMemoryCacheTest |
class |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Tests Drupal\Core\Cache\MemoryCache\LruMemoryCache. |
| LruMemoryCacheTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
|
| LruMemoryCacheTest::assertCacheData |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Asserts that the given cache data matches the data in the memory cache. |
| LruMemoryCacheTest::getLruMemoryCache |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Creates a LRU cache for testing. |
| LruMemoryCacheTest::testGetSetDelete |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Tests getting, setting and deleting items from the LRU memory cache. |
| LruMemoryCacheTest::testInvalidate |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Tests invalidation from the LRU memory cache. |
| LruMemoryCacheTest::testInvalidateNumeric |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Tests invalidation with numeric keys from the LRU memory cache. |
| LruMemoryCacheTest::testSetMultiple |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Tests setting multiple items in the LRU memory cache. |
| LruMemoryCacheTest::testSetNumericKeys |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Tests setting items with numeric keys in the LRU memory cache. |
| MachineNameTest |
class |
core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php |
Tests Drupal\Core\Render\Element\MachineName. |
| MachineNameTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
Tests for the machine name field. |
| MachineNameTest |
class |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Tests Drupal\Core\Render\Element\MachineName. |
| MachineNameTest |
class |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
Tests the machine name process plugin. |
| MachineNameTest.php |
file |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
|
| MachineNameTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
|
| MachineNameTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
|
| MachineNameTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php |
|
| MachineNameTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
The theme to install as the default for testing. |
| MachineNameTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
Required modules. |
| MachineNameTest::$transliteration |
property |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
The mock transliteration. |
| MachineNameTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Form constructor. |
| MachineNameTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Returns a unique string identifying the form. |