Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 19241c7

Browse files
committed
Fixed unit tests
1 parent a87bee4 commit 19241c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/Table/DecoratorManagerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DecoratorManagerTest extends TestCase
1515
{
1616
use CommonPluginManagerTrait;
1717

18-
protected function getPluginManager(): DecoratorManager
18+
protected static function getPluginManager(): DecoratorManager
1919
{
2020
return new DecoratorManager(new ServiceManager());
2121
}

0 commit comments

Comments
 (0)