Skip to content

Commit f1b6a57

Browse files
committed
Added call to parent setUp method
1 parent dcbb4f8 commit f1b6a57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Predis/Command/Redis/WAITAOF_Test.php

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class WAITAOF_Test extends PredisCommandTestCase
1616
{
1717
protected function setUp(): void
1818
{
19+
parent::setUp();
20+
1921
$redis = $this->getClient();
2022
$this->assertEquals('OK', $redis->config('set', 'appendonly', 'yes'));
2123
}

0 commit comments

Comments
 (0)