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 d0ef53f commit cdfaf01Copy full SHA for cdfaf01
tests/RedisCustomClient.test.php
@@ -26,9 +26,9 @@
26
$cacheInstance->detachAllItems();
27
unset($cacheItem);
28
if($cacheInstance->getItem($cacheKey)->get() === 1337){
29
- $testHelper->printPassText('Successfully written and read data from outside redis client');
+ $testHelper->printPassText('Successfully written and read data from outside Redis client');
30
}else{
31
- $testHelper->printFailText('Error writing or reading data from outside redis client');
+ $testHelper->printFailText('Error writing or reading data from outside Redis client');
32
}
33
}catch (\RedisException $e){
34
$testHelper->printFailText('A Redis exception occurred: ' . $e->getMessage());
0 commit comments