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.
This commit is contained in:
Jannik Stehle
2025-04-08 10:06:22 +02:00
parent 8290d8bf9d
commit d07608758b

View File

@@ -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',