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
And in the Phalcon4, using cookie set with expires is only allow integer, so there will be TypeError when running the test.
[TypeError] Argument 3 passed to Symfony\Component\BrowserKit\Cookie::__construct() must be of the type string or null, int given, called in /root/.composer/vendor/codeception/module-phalcon4/src/Codeception/Lib/Connector/Phalcon4.php on line 156
Maybe convert the timestamp to UTC String for old symfony/browser-kit?
The text was updated successfully, but these errors were encountered:
In the old version of
symfony/browser-kit
, the Cookie's__construct
isAnd in the Phalcon4, using cookie set with
expires
is only allow integer, so there will beTypeError
when running the test.Maybe convert the timestamp to UTC String for old symfony/browser-kit?
The text was updated successfully, but these errors were encountered: