Cleanup acceptance tests (#6195)

This commit is contained in:
Phil Davis
2023-05-02 17:25:56 +05:45
committed by GitHub
parent 332593d8bb
commit 9b9d88e7d6
24 changed files with 398 additions and 1021 deletions
@@ -34,10 +34,7 @@ use Behat\Behat\Context\Context;
* AppConfiguration trait
*/
class AppConfigurationContext implements Context {
/**
* @var FeatureContext
*/
private $featureContext;
private FeatureContext $featureContext;
/**
* @When /^the administrator sets parameter "([^"]*)" of app "([^"]*)" to ((?:'[^']*')|(?:"[^"]*"))$/