reset(); expect($response['result'])->true(); $signup_confirmation = Setting::getValue('signup_confirmation.enabled'); expect($signup_confirmation)->true(); } function _after() { ORM::forTable(Setting::$_table)->deleteMany(); } }