diff --git a/Tests/Transport/ConnectionTest.php b/Tests/Transport/ConnectionTest.php index 3f00972..bd7037a 100644 --- a/Tests/Transport/ConnectionTest.php +++ b/Tests/Transport/ConnectionTest.php @@ -720,7 +720,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(),