From 8141cbf3de46b97b9d4a4c70a9b1fbc7f98e0413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Schoenenberger?= Date: Tue, 10 Oct 2023 10:51:59 +0200 Subject: [PATCH] fix: cherry pick fixes --- classes/Adapter/ConfigurationKeys.php | 47 +++++++++++++++++ src/Adapter/ConfigurationKeys.php | 51 ------------------- .../Api/v1/ShopLinkAccount/StoreTest.php | 2 +- 3 files changed, 48 insertions(+), 52 deletions(-) create mode 100644 classes/Adapter/ConfigurationKeys.php delete mode 100644 src/Adapter/ConfigurationKeys.php diff --git a/classes/Adapter/ConfigurationKeys.php b/classes/Adapter/ConfigurationKeys.php new file mode 100644 index 000000000..c6018ca4d --- /dev/null +++ b/classes/Adapter/ConfigurationKeys.php @@ -0,0 +1,47 @@ +getConstants(); + } +} diff --git a/src/Adapter/ConfigurationKeys.php b/src/Adapter/ConfigurationKeys.php deleted file mode 100644 index 82d3eee76..000000000 --- a/src/Adapter/ConfigurationKeys.php +++ /dev/null @@ -1,51 +0,0 @@ -getConstants(); - } -} diff --git a/tests/Feature/Api/v1/ShopLinkAccount/StoreTest.php b/tests/Feature/Api/v1/ShopLinkAccount/StoreTest.php index 12c25ba63..7006ddb5b 100644 --- a/tests/Feature/Api/v1/ShopLinkAccount/StoreTest.php +++ b/tests/Feature/Api/v1/ShopLinkAccount/StoreTest.php @@ -87,7 +87,7 @@ public function itShouldSucceedWithoutEmployeeId() ], ]); - $json = $this->getResponseJson($response); + $json = $response->json(); $this->module->getLogger()->info(print_r($json, true));