diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index 380553a2e8..04683c1c43 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -23,6 +23,9 @@ Behavior Changes - ``PluginCollection::addPlugin()`` now throws an exception if a plugin of the same name is already added. +- ``TestCase::loadPlugins()`` will now clear out any previously loaded plugins. So + you must specify all plugins required for any subsequent tests. + Deprecations ============