Fix tests
This commit is contained in:
parent
7d33ba2660
commit
8c35ae3e96
@ -22,8 +22,8 @@ class SettingsTest extends UnitTestCase {
|
|||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->settings =& Settings::get_instance();
|
$this->settings =& Settings::get_instance();
|
||||||
|
|
||||||
// Delete test json file
|
// Make sure to delete 'foo' if it exists
|
||||||
unlink('settings.json');
|
$this->settings->remove_db('foo');
|
||||||
}
|
}
|
||||||
|
|
||||||
function TestExists()
|
function TestExists()
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user