Skip to content

Commit

Permalink
test connection use sqlite file
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Dec 25, 2017
1 parent 04392c1 commit 7d1332e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
// Database parameters which are used for the doctrine DBAL connection
// http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html
'psx_connection' => [
'url' => 'sqlite:///:memory:',
'path' => __DIR__ . '/../cache/app-test.db',
'driver' => 'pdo_sqlite',
],

// Folder locations
Expand Down

0 comments on commit 7d1332e

Please sign in to comment.