From 1166649dabbba256642851f4e58fb53dc7137b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0sa=20Eken?= Date: Sun, 26 Jun 2022 20:31:35 +0300 Subject: [PATCH] fix styling --- tests/PluginSystemTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/PluginSystemTest.php b/tests/PluginSystemTest.php index a89ba39..051624f 100644 --- a/tests/PluginSystemTest.php +++ b/tests/PluginSystemTest.php @@ -10,7 +10,6 @@ assertCount(2, $pluginSystem->getPlugins()); }); - it('is executing custom methods', function () { $results = ['example plugin' => true, 'plugin pack' => 5]; @@ -33,4 +32,4 @@ foreach ($executions as $execution) { assertEquals($results[$execution['plugin']->getName()], $execution['data']); } -}); \ No newline at end of file +});