mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Tests: Correct Codeception method signature in \Helper\Base::_before()
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user