Skip to content

Commit

Permalink
Use non-PDO SQLite driver for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Feb 28, 2024
1 parent 68e4438 commit 1d85506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/asset/orm-autoload/local.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'doctrine' => [
'connection' => [
'orm_default' => [
'driverClass' => 'Doctrine\DBAL\Driver\PDO\Sqlite\Driver',
'driverClass' => 'Doctrine\DBAL\Driver\SQLite3\Driver',
'params' => [
'memory' => 'true',
],
Expand Down

0 comments on commit 1d85506

Please sign in to comment.