Skip to content

Commit cdfaf01

Browse files
committed
Typo in custom redis test
1 parent d0ef53f commit cdfaf01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RedisCustomClient.test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
$cacheInstance->detachAllItems();
2727
unset($cacheItem);
2828
if($cacheInstance->getItem($cacheKey)->get() === 1337){
29-
$testHelper->printPassText('Successfully written and read data from outside redis client');
29+
$testHelper->printPassText('Successfully written and read data from outside Redis client');
3030
}else{
31-
$testHelper->printFailText('Error writing or reading data from outside redis client');
31+
$testHelper->printFailText('Error writing or reading data from outside Redis client');
3232
}
3333
}catch (\RedisException $e){
3434
$testHelper->printFailText('A Redis exception occurred: ' . $e->getMessage());

0 commit comments

Comments
 (0)