Skip to content

Commit eb68a80

Browse files
authored
Add debug info to redis cleanup (#1)
1 parent 68219f3 commit eb68a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Codeception/Module/Redis.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public function _before(TestInterface $test)
133133
public function cleanup(): void
134134
{
135135
try {
136+
$this->debugSection('Redis', 'Performing cleanup');
136137
$this->driver->flushdb();
137138
} catch (Exception $e) {
138139
throw new ModuleException(

0 commit comments

Comments
 (0)