Skip to content

Commit

Permalink
Merge pull request #7831 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Add info about TestCase::loadPlugins() change
  • Loading branch information
othercorey authored Mar 31, 2024
2 parents 3bd64a2 + 2ae3b43 commit 15ede3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/appendices/5-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============

Expand Down

0 comments on commit 15ede3d

Please sign in to comment.