We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbb4f8 commit f1b6a57Copy full SHA for f1b6a57
tests/Predis/Command/Redis/WAITAOF_Test.php
@@ -16,6 +16,8 @@ class WAITAOF_Test extends PredisCommandTestCase
16
{
17
protected function setUp(): void
18
19
+ parent::setUp();
20
+
21
$redis = $this->getClient();
22
$this->assertEquals('OK', $redis->config('set', 'appendonly', 'yes'));
23
}
0 commit comments