From 19241c7f465897788f5080025eb69ca858f925d9 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Thu, 12 Oct 2023 18:57:59 +0530 Subject: [PATCH] Fixed unit tests --- test/Table/DecoratorManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Table/DecoratorManagerTest.php b/test/Table/DecoratorManagerTest.php index 0b977e3..373f176 100644 --- a/test/Table/DecoratorManagerTest.php +++ b/test/Table/DecoratorManagerTest.php @@ -15,7 +15,7 @@ class DecoratorManagerTest extends TestCase { use CommonPluginManagerTrait; - protected function getPluginManager(): DecoratorManager + protected static function getPluginManager(): DecoratorManager { return new DecoratorManager(new ServiceManager()); }