Skip to content

Commit 9752815

Browse files
committed
test: update data provider method name
1 parent eeca9e9 commit 9752815

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/HTTP/SiteURIFactoryDetectRoutePathTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function testPathInfoSubfolder()
278278
}
279279

280280
/**
281-
* @dataProvider providePathChecks
281+
* @dataProvider provideExtensionPHP
282282
*
283283
* @param string $path
284284
* @param string $detectPath
@@ -296,7 +296,7 @@ public function testExtensionPHP($path, $detectPath)
296296
$this->assertSame($detectPath, $factory->detectRoutePath());
297297
}
298298

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

0 commit comments

Comments
 (0)