Completely remove "edition" from capabilities

This removes the "edition" value for the capabilities. We don't need that
anymore.
This commit is contained in:
Ralf Haferkamp
2025-03-19 15:34:38 +01:00
parent 492dee61e8
commit 0c2da6e8fd
11 changed files with 1 additions and 52 deletions
@@ -2042,17 +2042,6 @@ class FeatureContext extends BehatVariablesContext {
);
}
/**
* @return string
*/
public function getEditionFromStatus(): string {
$decodedResponse = $this->getJsonDecodedStatusPhp();
if (isset($decodedResponse['edition'])) {
return $decodedResponse['edition'];
}
return '';
}
/**
* @return string|null
*/
@@ -2282,14 +2271,6 @@ class FeatureContext extends BehatVariablesContext {
],
"parameter" => []
],
[
"code" => "%edition%",
"function" => [
$this,
"getEditionFromStatus"
],
"parameter" => []
],
[
"code" => "%version%",
"function" => [