From 614d4609c6672135c4b1402bc29d6a85eb3cf18a Mon Sep 17 00:00:00 2001 From: Richard Le Poidevin Date: Fri, 7 Jul 2023 10:50:28 +0100 Subject: [PATCH] Fix tests and remove duplicate key in config --- config/storyblok.php | 10 ---------- phpunit.xml.dist | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/config/storyblok.php b/config/storyblok.php index b8b2a25..7387650 100644 --- a/config/storyblok.php +++ b/config/storyblok.php @@ -45,16 +45,6 @@ */ 'use_ssl' => true, - /* - |-------------------------------------------------------------------------- - | Specify which Storyblok API region to use - |-------------------------------------------------------------------------- - | - | Defaults to null which should be the original EU region - | - */ - 'api_region' => null, - /* |-------------------------------------------------------------------------- | Storyblok draft mode diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 24049a9..ad6c12d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -32,4 +32,8 @@ + + + +