Skip to content

Commit

Permalink
Revert static
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Feb 26, 2024
1 parent 3953435 commit 961b042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Base/ItemsStorageTest.php
Expand Up @@ -21,7 +21,7 @@ abstract class ItemsStorageTest extends TestCase
setUp as protected traitSetUp;
tearDown as protected traitTearDown;
testClear as protected traitTestClear;
dataRemove as public static traitDataRemove;
dataRemove as public traitDataRemove;
testRemove as protected traitTestRemove;
testClearPermissions as protected traitTestClearPermissions;
testClearRoles as protected traitTestClearRoles;
Expand Down

0 comments on commit 961b042

Please sign in to comment.