Skip to content

Commit 3a76189

Browse files
committed
test: update data provider method name
1 parent d80c7b5 commit 3a76189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/HTTP/SiteURIFactoryDetectRoutePathTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function testExtensionPHP($path, $detectPath)
296296
$this->assertSame($detectPath, $factory->detectRoutePath());
297297
}
298298

299-
public function provideExtensionPHP(): iterable
299+
public static function provideExtensionPHP(): iterable
300300
{
301301
return [
302302
'not /index.php' => [

0 commit comments

Comments
 (0)