1
0
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:
camer0n
2025-03-15 17:35:00 -07:00
parent fc19cabda7
commit baca43b023
6 changed files with 1173 additions and 1034 deletions

View File

@@ -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();
}
}