You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the newer versions of Codeception, the internal variables have declared types. So whatever extends the abstract class Module (like Clock) needs to have it declared too. Otherwise, this error appears:
PHP Fatal error: Type of JeckelLab\Clock\CodeceptionHelper\Clock::$config must be array (as in class Codeception\Module) in /var/www/project/vendor/jeckel-lab/clock/src/CodeceptionHelper/Clock.php on line 25
The text was updated successfully, but these errors were encountered:
With the newer versions of Codeception, the internal variables have declared types. So whatever extends the abstract class
Module
(like Clock) needs to have it declared too. Otherwise, this error appears:The text was updated successfully, but these errors were encountered: