From 9958dbb76c5824dce9e08e208fa607adb58af54c Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Fri, 4 Mar 2022 17:50:44 +0200 Subject: [PATCH] Add coverage annotations for new sortPlugins method --- tests/PluginRegisterTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/PluginRegisterTest.php b/tests/PluginRegisterTest.php index f75807228..8d4e1b5ee 100644 --- a/tests/PluginRegisterTest.php +++ b/tests/PluginRegisterTest.php @@ -74,6 +74,7 @@ public function testGetPluginsJS() * @covers PluginRegister::getPluginsJS * @covers PluginRegister::filterPlugins * @covers PluginRegister::filterPluginsByName + * @covers PluginRegister::sortPlugins */ public function testGetPluginsJSInOrder() { @@ -93,6 +94,7 @@ public function testGetPluginsJSInOrder() * @covers PluginRegister::getPluginsJS * @covers PluginRegister::filterPlugins * @covers PluginRegister::filterPluginsByName + * @covers PluginRegister::sortPlugins */ public function testGetPluginsJSWithName() { @@ -105,6 +107,7 @@ public function testGetPluginsJSWithName() * @covers PluginRegister::getPluginsJS * @covers PluginRegister::filterPlugins * @covers PluginRegister::filterPluginsByName + * @covers PluginRegister::sortPlugins */ public function testGetPluginsJSWithGlobalPlugin() { @@ -125,6 +128,7 @@ public function testGetPluginsCSS() * @covers PluginRegister::getPluginsCSS * @covers PluginRegister::filterPlugins * @covers PluginRegister::filterPluginsByName + * @covers PluginRegister::sortPlugins */ public function testGetPluginsCSSWithName() { @@ -136,6 +140,7 @@ public function testGetPluginsCSSWithName() * @covers PluginRegister::getPluginCallbacks * @covers PluginRegister::filterPlugins * @covers PluginRegister::filterPluginsByName + * @covers PluginRegister::sortPlugins */ public function testGetPluginCallbacks() {