false, "healthchecks_uuid" => null, "slack_webhook" => null, "telegram_bot_token" => null, "telegram_chat_id" => null, ]; SettingsHelper::set('slack_webhook', 'test'); SettingsHelper::loadIntegrationConfig(); $this->assertEquals(config('integrations.slack_webhook'), 'test'); } }