Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.9.4
-
Component/s: Libraries
-
Labels:
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_39_STABLE
-
Fixed Branches:MOODLE_310_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.9 Branch:
MDL-70725-39 -
Pull 3.9 Diff URL:
-
Pull 3.10 Branch:
MDL-70725-310 -
Pull 3.10 Diff URL:
-
Pull 3.11 Branch:
MDL-70725-311 -
Pull 3.11 Diff URL:
-
Pull Master Branch:
MDL-70725-master -
Pull Master Diff URL:
-
Sprint:Moppies Kanban
Description
While working on MDL-70689, I realised part of the code in test_create_and_delete_standard_issuers in lib/tests/oauth2_test.php is never executed (because has been added after a "expectException").
This issue is for fixing that and separe both tests in order to run all them.