mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Fix for deprecation notices when running tests on PHP 8.2. Upgraded Conception to 4.2.2
This commit is contained in:
@@ -49,7 +49,7 @@ abstract class Base extends \Codeception\Module
|
||||
{
|
||||
foreach ($this->deployer_components as $component)
|
||||
{
|
||||
$method = "reconfigure_${component}";
|
||||
$method = "reconfigure_{$component}";
|
||||
if (method_exists($this->deployer, $method))
|
||||
{
|
||||
$this->deployer->$method($this);
|
||||
|
Reference in New Issue
Block a user