Skip to content

Commit 5172cf1

Browse files
committed
Correct phpunit test
1 parent 0d0e2fe commit 5172cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DeprecatedAutoloaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class DeprecatedAutoloaderTest extends TestCase
5252
*
5353
* @return array
5454
*/
55-
public function provideAliasClassMap()
55+
public static function provideAliasClassMap()
5656
{
5757
$values = [];
5858
foreach (static::$classes as $alias => $class) {

0 commit comments

Comments
 (0)