diff --git a/tests/integration/features/bootstrap/FeatureContext.php b/tests/integration/features/bootstrap/FeatureContext.php index 697dd5aa0e2..85494005b57 100644 --- a/tests/integration/features/bootstrap/FeatureContext.php +++ b/tests/integration/features/bootstrap/FeatureContext.php @@ -3324,6 +3324,9 @@ public function checkOCMProviderResourceTypes(TableNode $formData): void { $data = json_decode($this->response->getBody()->getContents(), true); $expectedTypes = $formData->getHash(); + var_dump($data); + var_dump($expectedTypes); + foreach ($expectedTypes as $expected) { $found = false; foreach ($data['resourceTypes'] as $type) {