Skip to content

Commit bd4f78c

Browse files
Fix various warnings across components test suite
1 parent ac98aef commit bd4f78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/AbstractWebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function tearDownAfterClass(): void
3333
static::deleteTmpDir();
3434
}
3535

36-
public function provideSecuritySystems()
36+
public static function provideSecuritySystems()
3737
{
3838
yield [['enable_authenticator_manager' => true]];
3939
yield [['enable_authenticator_manager' => false]];

0 commit comments

Comments
 (0)