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