Skip to content

Commit

Permalink
Merge pull request #156 from danizord/hotfix/remove-db-sqlite
Browse files Browse the repository at this point in the history
Remove db.sqlite
  • Loading branch information
bakura10 committed May 2, 2014
2 parents 3ea4570 + 0b62628 commit feb0929
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file removed db.sqlite
Binary file not shown.
1 change: 1 addition & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
TestConfiguration.php
db.sqlite
Empty file removed tests/db.sqlite
Empty file.
2 changes: 1 addition & 1 deletion tests/testing.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'dbname' => null,
'driver' => 'pdo_sqlite',
'driverClass' => 'Doctrine\DBAL\Driver\PDOSqlite\Driver',
'path' => 'db.sqlite',
'path' => 'tests/db.sqlite',
'memory' => true,
],
],
Expand Down

0 comments on commit feb0929

Please sign in to comment.