Skip to content

Commit

Permalink
Update kernel config
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Apr 19, 2024
1 parent fd7e80b commit f25ffbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private function configureContainer(
'dbal' => [
'driver' => 'pdo_sqlite',
'path' => '%kernel.cache_dir%/test_db.sqlite',
'use_savepoints' => true,
],

'orm' => [
Expand Down

0 comments on commit f25ffbd

Please sign in to comment.