You are here

6 calls to RedisTestInterfaceTrait::getRedisInterfaceEnv() in Redis 8

RedisLockFunctionalTest::setUp in tests/src/Functional/Lock/RedisLockFunctionalTest.php
RedisLockFunctionalTest::testLockAcquire in tests/src/Functional/Lock/RedisLockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
RedisLockFunctionalTest::testPersistentLock in tests/src/Functional/Lock/RedisLockFunctionalTest.php
Tests that the persistent lock is persisted between requests.
RedisLockTest::testBackendLockRelease in tests/src/Kernel/RedisLockTest.php
Tests backend release functionality.
RedisTestInterfaceTrait::setUpSettings in tests/src/Traits/RedisTestInterfaceTrait.php
Uses an env variable to set the redis client to use for this test.
WebTest::setUp in tests/src/Functional/WebTest.php