Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Nov 20, 2024
1 parent 563c627 commit 5e544dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/database/AuthorizationRepositoryMatrixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function setUp(): void

$this->authzRepository = $kernel->getContainer()->get(AuthorizationRepository::class);
$fixture = file_get_contents(__DIR__ . '/Fixture/test2.sql');
$manager->getConnection()->exec($fixture);
$manager->getConnection()->executeStatement($fixture);
$manager->flush();
}

Expand Down

0 comments on commit 5e544dc

Please sign in to comment.