Fix tests

This commit is contained in:
Timothy Warren 2012-04-04 07:55:07 -04:00
parent 7d33ba2660
commit 8c35ae3e96
2 changed files with 2 additions and 2 deletions

View File

@ -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.