public function RedisQueueTest::testMemoryQueue in Redis 8
Overrides \Drupal\system\Tests\Queue\QueueTestQueueTest::testMemoryQueue().
We override tests from core class we extend to prevent them from running.
Overrides QueueTest::testMemoryQueue
File
- tests/
src/ Kernel/ RedisQueueTest.php, line 94
Class
- RedisQueueTest
- Tests the Redis queue functions.
Namespace
Drupal\Tests\redis\KernelCode
public function testMemoryQueue() {
$this
->markTestSkipped();
}