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
This may be a cypress test bug or a core bug - I dont know
npx cypress run --spec '.\tests\System\integration\site\components\com_users\Reset.cy.js'
Test runs successfully but the php error log contains the following deprecated notice twice
[24-Feb-2025 19:25:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in D:\repos\j51\components\com_users\src\Model\ResetModel.php on line 530
PS D:\repos\j51> php -v
PHP 8.3.3 (cli) (built: Feb 13 2024 23:17:12) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.3.3, Copyright (c) Zend Technologies
The text was updated successfully, but these errors were encountered:
This may be a cypress test bug or a core bug - I dont know
npx cypress run --spec '.\tests\System\integration\site\components\com_users\Reset.cy.js'
Test runs successfully but the php error log contains the following deprecated notice twice
[24-Feb-2025 19:25:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in D:\repos\j51\components\com_users\src\Model\ResetModel.php on line 530
The text was updated successfully, but these errors were encountered: