Skip to content

Commit 8fc1eb6

Browse files
TavoNiievezNaktibalda
authored andcommitted
'onReconfigure' function is now protected.
1 parent c7b1619 commit 8fc1eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function _after(\Codeception\TestInterface $test)
233233
parent::_after($test);
234234
}
235235

236-
public function onReconfigure($settings = [])
236+
protected function onReconfigure($settings = [])
237237
{
238238

239239
parent::_beforeSuite($settings);

0 commit comments

Comments
 (0)