Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Oct 12, 2023
1 parent a87bee4 commit 19241c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Table/DecoratorManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DecoratorManagerTest extends TestCase
{
use CommonPluginManagerTrait;

protected function getPluginManager(): DecoratorManager
protected static function getPluginManager(): DecoratorManager
{
return new DecoratorManager(new ServiceManager());
}
Expand Down

0 comments on commit 19241c7

Please sign in to comment.