| LockFunctionalTest.php |
file |
core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php |
|
| LockFunctionalTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php |
|
| LockFunctionalTest::$modules |
property |
core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php |
|
| LockFunctionalTest::testLockAcquire |
function |
core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php |
Confirms that we can acquire and release locks in two parallel requests. |
| LockFunctionalTest::testPersistentLock |
function |
core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php |
Tests that the persistent lock is persisted between requests. |
| LockTest |
class |
core/tests/Drupal/KernelTests/Core/Lock/LockTest.php |
Tests the Database lock backend. |
| LockTest.php |
file |
core/tests/Drupal/KernelTests/Core/Lock/LockTest.php |
|
| LockTest::$lock |
property |
core/tests/Drupal/KernelTests/Core/Lock/LockTest.php |
Database lock backend to test. |
| LockTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Lock/LockTest.php |
|
| LockTest::testBackendLockRelease |
function |
core/tests/Drupal/KernelTests/Core/Lock/LockTest.php |
Tests backend release functionality. |
| LockTest::testBackendLockReleaseAll |
function |
core/tests/Drupal/KernelTests/Core/Lock/LockTest.php |
Tests backend release functionality. |
| logger.advisory_feed_test |
service |
core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml |
Drupal\advisory_feed_test\TestSystemLoggerChannel |
| logger.channel.logger_aware_test |
service |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml |
|
| logger.syslog_test |
service |
core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml |
Drupal\syslog_test\Logger\SysLogFile |
| LoggerAwarePassTest |
class |
core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php |
Tests the logger aware compiler pass. |
| LoggerAwarePassTest.php |
file |
core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php |
|
| LoggerAwarePassTest::$modules |
property |
core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php |
|
| LoggerAwarePassTest::testExistingLogger |
function |
core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php |
Tests that existing loggers are not overwritten. |
| LoggerAwarePassTest::testLoggerAwarePass |
function |
core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php |
Tests that the logger aware compiler pass works. |
| LoggerChannelFactoryTest |
class |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php |
Tests Drupal\Core\Logger\LoggerChannelFactory. |
| LoggerChannelFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php |
|
| LoggerChannelFactoryTest::testGet |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php |
Tests LoggerChannelFactory::get(). |
| LoggerChannelTest |
class |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
Tests Drupal\Core\Logger\LoggerChannel. |
| LoggerChannelTest.php |
file |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
|
| LoggerChannelTest::providerTestLog |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
Data provider for self::testLog(). |
| LoggerChannelTest::testLog |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
Tests LoggerChannel::log(). |
| LoggerChannelTest::testLogRecursionProtection |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
Tests LoggerChannel::log() recursion protection. |
| LoggerChannelTest::testNullIp |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
Tests that $context['ip'] is a string even when the request's IP is NULL. |
| LoggerChannelTest::testSortLoggers |
function |
core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php |
Tests LoggerChannel::addLoggers(). |
| logger_aware_test.info.yml |
file |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.info.yml |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.info.yml |
| logger_aware_test.logger_aware_existing |
service |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml |
Drupal\logger_aware_test\LoggerAwareStub |
| logger_aware_test.logger_aware_stub |
service |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml |
Drupal\logger_aware_test\LoggerAwareStub |
| logger_aware_test.services.yml |
file |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml |
| LoggingBeginnerTest |
class |
core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php |
Tests Logging Beginner. |
| LoggingBeginnerTest.php |
file |
core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php |
|
| LoggingBeginnerTest::testDecoratedBeginnerIsCalled |
function |
core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php |
Tests the output of LoggingBeginner(). |
| LoggingCommitterTest |
class |
core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php |
Tests Logging Committer. |
| LoggingCommitterTest.php |
file |
core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php |
|
| LoggingCommitterTest::testDecoratedCommitterIsCalled |
function |
core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php |
Tests the output of LoggingCommitter(). |
| LoggingStagerTest |
class |
core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php |
Tests Logging Stager. |
| LoggingStagerTest.php |
file |
core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php |
|
| LoggingStagerTest::testDecoratedStagerIsCalled |
function |
core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php |
Tests LoggingStager(). |
| LoggingTest |
class |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests the query logging facility. |
| 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. |