Skip to content

Commit 053ad8d

Browse files
[Cache] fix merge
1 parent 32389f8 commit 053ad8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class RedisAdapterSentinelTest extends AbstractRedisAdapterTest
1818
{
19-
public static function setupBeforeClass()
19+
public static function setUpBeforeClass(): void
2020
{
2121
if (!class_exists('Predis\Client')) {
2222
self::markTestSkipped('The Predis\Client class is required.');

0 commit comments

Comments
 (0)