-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.2, 3.2
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_31_STABLE
-
wip-mdl-56369
-
- no testing required.
I submit a problem on a comment in the code lib/tests/behat/behat_hooks.php.
https://github.com/acorbier/moodle/commit/2109111ea5eb3e93f2c0f661b31dcf0bcd95a032
The comment is not "@see Moodle\BehatExtension\Tester\MoodleStepTester" but "@see Moodle\BehatExtension\EventDispatcher\Tester\ChainedStepTester".
The "Moodle\BehatExtension\Tester\MoodleStepTester" doesn't exist in the used version* of moodlehq/behat-extension.
This is important because the extra step "@Given /^I look for exceptions$/" is added at the method "test()" (Moodle\BehatExtension\EventDispatcher\Tester\ChainedStepTester).