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();
$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()

Binary file not shown.