mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 19:19:18 -05:00
Removed method isTestingOnOcisOrReva, and refactored its use
This commit is contained in:
@@ -73,12 +73,7 @@ class AppConfigurationContext implements Context {
|
||||
public function serverParameterHasBeenSetTo(string $parameter, string $app, string $value):void {
|
||||
// The capturing group of the regex always includes the quotes at each
|
||||
// end of the captured string, so trim them.
|
||||
if (\TestHelpers\OcisHelper::isTestingOnOcisOrReva()) {
|
||||
return;
|
||||
}
|
||||
$value = \trim($value, $value[0]);
|
||||
$this->modifyAppConfig($app, $parameter, $value);
|
||||
$this->featureContext->clearStatusCodeArrays();
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user