8000
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 3e389e8 commit 5d04d23Copy full SHA for 5d04d23
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php
@@ -119,7 +119,7 @@ public function provideInvalidCreateConnection(): array
119
];
120
}
121
122
- public function testDefaultUserPasswordAuth(): void
+ public function testDefaultUserPasswordAuth()
123
{
124
$redis = AbstractAdapter::createConnection('redis://'.getenv('REDIS_HOST'));
125
// set password for default user
@@ -142,7 +142,7 @@ public function testDefaultUserPasswordAuth(): void
142
self::assertSame('value3', $redis->get(__FUNCTION__));
143
144
145
- public function testAclUserPasswordAuth(): void
+ public function testAclUserPasswordAuth()
146
147
148
$redisServerInfo = $redis->info('server');
0 commit comments