diff --git a/tests/settings.php b/tests/settings.php index 3034180..9f0c6a0 100644 --- a/tests/settings.php +++ b/tests/settings.php @@ -22,8 +22,8 @@ class SettingsTest extends UnitTestCase { parent::__construct(); $this->settings =& Settings::get_instance(); - // Delete test json file - unlink('settings.json'); + // Make sure to delete 'foo' if it exists + $this->settings->remove_db('foo'); } function TestExists() diff --git a/tests/test_dbs/FB_TEST_DB.FDB b/tests/test_dbs/FB_TEST_DB.FDB index f368100..0b007b2 100755 Binary files a/tests/test_dbs/FB_TEST_DB.FDB and b/tests/test_dbs/FB_TEST_DB.FDB differ