-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
2.6.2
-
MOODLE_26_STABLE
If you run PHP Unit passing the file name, the file should start with global $CFG. If you pass the testcase, it does not need it.
vendor/bin/phpunit lib/tests/portfoliolib_test.php
|
vs.
|
vendor/bin/phpunit core_portfoliolib_testcase
|
This creates inconsistencies between our development environment and the CI server. See comments in MDL-45256.
- Discovered while testing
-
MDL-45256 Portfolio rewrite pluginfile URLs does not work with HTML5 tags
-
- Closed
-