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 a615f11 commit fb8cda0Copy full SHA for fb8cda0
tests/Integration/RedisClientTest.php
@@ -19,7 +19,7 @@ class RedisClientTest extends SimpleCacheTest
19
public function createSimpleCache()
20
{
21
if (false === extension_loaded('redis')) {
22
- $this->markTestSkipped('Memcached extension is not loaded.');
+ $this->markTestSkipped('Redis extension is not loaded.');
23
}
24
return simple_cache_factory('redis', [
25
'host' => getenv('REDIS_SERVER_HOST'),
0 commit comments