Skip to content

Commit 2df6d18

Browse files
joelmedeirosDavertMik
authored andcommitted
Reloading module on reconfigure to persist new configs. (#5241)
1 parent 9c52178 commit 2df6d18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ public function _after(\Codeception\TestInterface $test)
221221
parent::_after($test);
222222
}
223223

224+
public function onReconfigure()
225+
{
226+
$this->_beforeSuite();
227+
}
228+
224229
/**
225230
* Retrieve Entity Manager.
226231
*

0 commit comments

Comments
 (0)