File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function testRedisWithParametersAndPrefix()
78
78
$ value = $ predis ->getItem ('this_is_a_test_key ' );
79
79
$ this ->assertEquals ('this-is-a-test-value ' , $ value ->get ());
80
80
81
- $ predisClient ->del ('this_is_a_test_key ' );
81
+ $ predisClient ->del ('test-redis-assertion. this_is_a_test_key ' );
82
82
}
83
83
84
84
public function testRedisWithParametersPrefixAndSentinels ()
@@ -100,7 +100,7 @@ public function testRedisWithParametersPrefixAndSentinels()
100
100
'host ' => REDIS_HOST ,
101
101
'port ' => REDIS_PORT ,
102
102
]);
103
- $ predisClient ->set ('this_is_a_test_key ' , 'this-is-a-test-value ' );
103
+ $ predisClient ->set ('test-redis-assertion. this_is_a_test_key ' , 'this-is-a-test-value ' );
104
104
105
105
$ value = $ predis ->getItem ('this_is_a_test_key ' );
106
106
$ this ->assertEquals ('this-is-a-test-value ' , $ value ->get ());
You can’t perform that action at this time.
0 commit comments