Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.8.3, 3.9
-
Component/s: Automated functional tests (behat), Messages
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_38_STABLE, MOODLE_39_STABLE
-
Fixed Branches:MOODLE_37_STABLE, MOODLE_38_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull 3.8 Branch:
MDL-68339_38 -
Pull 3.8 Diff URL:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
After MDL-66968 and MDL-67049... one more case, recently introduced by MDL-65620 has been detected.
array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
See https://ci.moodle.org/view/Testing/job/DEV.74%20-%20Behat%20(chrome)%207.4%20-%20MDL-66260/67/
This is, simply, about to change that incorrect use and verify that there aren't more behat failures caused by that deprecation notice.
Ciao