Skip to content

Commit 5f83283

Browse files
authored
Make dataprovider static to get rid of a PHPUnit 10 deprecation (#5)
1 parent c9fd81b commit 5f83283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MockDelegateFunctionBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function testBackupStaticAttributes()
8989
*
9090
* @return array Test cases.
9191
*/
92-
public function provideTestBackupStaticAttributes()
92+
public static function provideTestBackupStaticAttributes()
9393
{
9494
return [
9595
[],

0 commit comments

Comments
 (0)