Skip to content

Commit 15ede3d

Browse files
authored
Merge pull request #7831 from cakephp/ADmad-patch-1
Add info about TestCase::loadPlugins() change
2 parents 3bd64a2 + 2ae3b43 commit 15ede3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

en/appendices/5-1-migration-guide.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Behavior Changes
2323
- ``PluginCollection::addPlugin()`` now throws an exception if a plugin of the same
2424
name is already added.
2525

26+
- ``TestCase::loadPlugins()`` will now clear out any previously loaded plugins. So
27+
you must specify all plugins required for any subsequent tests.
28+
2629
Deprecations
2730
============
2831

0 commit comments

Comments
 (0)