1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Tests: Correct Codeception method signature in \Helper\Base::_before()

This commit is contained in:
Nick Liu
2022-12-29 16:54:11 +01:00
parent bed9c3d5df
commit 9abac0970b

View File

@@ -57,7 +57,7 @@ abstract class Base extends \Codeception\Module
} }
} }
public function _before(\Codeception\TestCase $test = null) public function _before(\Codeception\TestInterface $test = null)
{ {
$this->_callbackDeployerStarted(); $this->_callbackDeployerStarted();
} }