Refactor spaces acceptance tests

This commit is contained in:
Phil Davis
2021-10-28 13:27:41 +05:45
parent 55adc87bd2
commit 87997af0b6
3 changed files with 102 additions and 95 deletions
@@ -25,7 +25,7 @@ class RevaContext implements Context {
* @return void
* @throws Exception
*/
public function setUpScenario(BeforeScenarioScope $scope) {
public function setUpScenario(BeforeScenarioScope $scope): void {
// Get the environment
$environment = $scope->getEnvironment();
// Get all the contexts you need in this context