mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
PHP 8.4 support and dynamic loading of plugin tests (WIP)
This commit is contained in:
@@ -57,8 +57,8 @@ abstract class Base extends \Codeception\Module
|
||||
}
|
||||
}
|
||||
|
||||
public function _before(\Codeception\TestInterface $test = null)
|
||||
public function _before(?\Codeception\TestInterface $test = null)
|
||||
{
|
||||
$this->_callbackDeployerStarted();
|
||||
$this->_callbackDeployerStarted();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user