-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
wip-
MDL-55418-master -
Got this from behat:
Fatal error: Class 'Behat\Behat\Exception\PendingException' not found in /home/marina/repositories/master/moodle/lib/tests/behat/behat_data_generators.php on line 195
I have created the behat test and put
Scenario: Add files recently uploaded
|
Given the following "course categories" exist:
|
| name | category | idnumber | visible |
|
| Cat 1 | 0 | CAT1 | 1 |
|
| Cat 2 | 0 | CAT2 | 0 |
|
This is an error because it should be
Given the following "categories" exist:
|
but revealed an error in our behat.
Search shows more places where the wrong class name is used