From d07608758bfc8a7e39e617f7ed44993ab7b6005a Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Tue, 8 Apr 2025 10:06:22 +0200 Subject: [PATCH] test: remove capability check for edition This check doesn't make sense anymore since the edition is empty in the capabilities if not set manually. --- tests/acceptance/bootstrap/CapabilitiesContext.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/acceptance/bootstrap/CapabilitiesContext.php b/tests/acceptance/bootstrap/CapabilitiesContext.php index e296b9a332..9d472d63ae 100644 --- a/tests/acceptance/bootstrap/CapabilitiesContext.php +++ b/tests/acceptance/bootstrap/CapabilitiesContext.php @@ -220,12 +220,6 @@ class CapabilitiesContext implements Context { 'status@@@edition' ); - if (!\strlen($edition)) { - Assert::fail( - "Cannot get edition from core capabilities" - ); - } - $product = $this->getParameterValueFromXml( $responseXmlObject, 'core',