cakephp / app

CakePHP application template
366 stars 390 forks source link

Assert existence of each plugin at testBootstrap #868

Closed nishimura-d closed 2 years ago

nishimura-d commented 2 years ago

fixes #867

PluginCollection::get() creates the plugin if not added, so it was nonsense.

And don't assert count of plugins.