diff --git a/db.sqlite b/db.sqlite deleted file mode 100644 index 6a1deae..0000000 Binary files a/db.sqlite and /dev/null differ diff --git a/tests/.gitignore b/tests/.gitignore index ba33e47..4d59dd6 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,2 @@ TestConfiguration.php +db.sqlite diff --git a/tests/db.sqlite b/tests/db.sqlite deleted file mode 100644 index e69de29..0000000 diff --git a/tests/testing.config.php b/tests/testing.config.php index 84ae673..25bbd04 100644 --- a/tests/testing.config.php +++ b/tests/testing.config.php @@ -41,7 +41,7 @@ 'dbname' => null, 'driver' => 'pdo_sqlite', 'driverClass' => 'Doctrine\DBAL\Driver\PDOSqlite\Driver', - 'path' => 'db.sqlite', + 'path' => 'tests/db.sqlite', 'memory' => true, ], ],