Skip to content

Commit ce4883d

Browse files
authored
Change urlProvider to static method
1 parent 1026d87 commit ce4883d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ checks that all application URLs load successfully::
417417
$this->assertResponseIsSuccessful();
418418
}
419419

420-
public function urlProvider(): \Generator
420+
public static function urlProvider(): \Generator
421421
{
422422
yield ['/'];
423423
yield ['/posts'];

0 commit comments

Comments
 (0)