-
Bug
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
-
-
We have two failures in plugin_manager_test in Workplace. They are caused by one of our plugins calling get_plugins_with_function and rebuilding the plugin_manager cache, so that the mocked values are not returned.
core\plugin_manager_test::test_plugin_manager_deprecated_subplugintype
|
Failed asserting that two strings are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
-'uptodate'
|
+'new'
|
|
/var/www/html/lib/tests/plugin_manager_test.php:901
|
|
core\plugin_manager_test::test_plugin_manager_deprecated_subplugintype
|
Failed asserting that two strings are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
-'uptodate'
|
+'new'
|
|
/var/www/html/lib/tests/plugin_manager_test.php:901
|
- is a regression caused by
-
MDL-79843 Introduce mechanism for plugin type deprecation
-
- Closed
-