'none' )); } function testItCanRun() { expect(Setting::getValue(CronHelper::DAEMON_SETTING))->null(); MailPoet::run(); expect(Setting::getValue(CronHelper::DAEMON_SETTING))->notEmpty(); } function _after() { ORM::raw_execute('TRUNCATE ' . Setting::$_table); } }