We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32389f8 commit 053ad8dCopy full SHA for 053ad8d
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php
@@ -16,7 +16,7 @@
16
17
class RedisAdapterSentinelTest extends AbstractRedisAdapterTest
18
{
19
- public static function setupBeforeClass()
+ public static function setUpBeforeClass(): void
20
21
if (!class_exists('Predis\Client')) {
22
self::markTestSkipped('The Predis\Client class is required.');
0 commit comments