Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Nov 26, 2024
1 parent 7fbbb96 commit 956702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/functional/DBmysqlIteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function testDirectQuery(): void
$this->assertStringContainsString($req, $this->it->getSql());
}

protected function legacyQueryProvider(): iterable
public static function legacyQueryProvider(): iterable
{
yield [
'input' => 'SELECT * FROM glpi_computers',
Expand Down

0 comments on commit 956702e

Please sign in to comment.