Skip to content

Commit

Permalink
Psalm: fix InvalidStaticInvocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 14, 2024
1 parent 053ad39 commit 3cc758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Controller/DiscoPowerTest.php
Expand Up @@ -28,7 +28,7 @@ class DiscoPowerTest extends ClearStateTestCase
*/
public static function setUpBeforeClass(): void
{
parent::setUp();
parent::setUpBeforeClass();

$config = Configuration::loadFromArray(
[
Expand Down

0 comments on commit 3cc758c

Please sign in to comment.