Minor fixes and changes

The tests are now using sqlite inside of the memory. This ensures a
creation of the database every time the tests are run.
Added some additional tests for probing database persistance.
Removed outdated code.
This commit is contained in:
Basilius Sauter
2016-04-20 18:11:59 +02:00
parent 7643277cf7
commit 9986420b10
5 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<phpunit bootstrap="bootstrap/bootstrap.php">
<php>
<var name="DB_DSN" value="sqlite:dbtest.sqlite" />
<var name="DB_DSN" value="sqlite::memory:" />
<var name="DB_USER" value="root" />
<var name="DB_PASSWORD" value="" />
<var name="DB_NAME" value="daenerys" />