diff --git a/src/Codeception/Module/Redis.php b/src/Codeception/Module/Redis.php index fd4157b..1f07cd8 100644 --- a/src/Codeception/Module/Redis.php +++ b/src/Codeception/Module/Redis.php @@ -128,6 +128,7 @@ public function _before(TestInterface $test) public function cleanup() { try { + $this->debugSection('Redis', 'Performing cleanup'); $this->driver->flushdb(); } catch (\Exception $e) { throw new ModuleException(