-
Bug
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
PHPunit tests fail when there are additional activity modules installed:
1) core_course_externallib_testcase::test_fetch_modules_activity_chooser
|
Failed asserting that 23 matches expected 21.
|
course/tests/externallib_test.php:3072
|
lib/phpunit/classes/advanced_testcase.php:80
|
To re-run:
|
vendor/bin/phpunit "core_course_externallib_testcase" course/tests/externallib_test.php
|
|
It would be better to use $this->assertGreaterThanOrEqual instead of $this->assertEquals
- will be (partly) resolved by
-
MDL-67585 New API for extending the activity chooser and implementation of favouriting
- Closed