Skip to content

Commit

Permalink
Mutate remaining data providers to static ones
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Sep 20, 2024
1 parent 38b003c commit 5c3570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Transport/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public function testFindAllSqlGenerated(AbstractPlatform $platform, string $expe
$connection->findAll(50);
}

public function provideFindAllSqlGeneratedByPlatform(): iterable
public static function provideFindAllSqlGeneratedByPlatform(): iterable
{
yield 'MySQL' => [
class_exists(MySQLPlatform::class) ? new MySQLPlatform() : new MySQL57Platform(),
Expand Down

0 comments on commit 5c3570b

Please sign in to comment.