diff options
-rw-r--r-- | tests/acceptance/composer.json | 2 | ||||
-rw-r--r-- | tests/acceptance/config/behat.yml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json index 87b6ba4a22c..244aa976692 100644 --- a/tests/acceptance/composer.json +++ b/tests/acceptance/composer.json @@ -8,7 +8,7 @@ }, "autoload": { "psr-4": { - "": "features/core" + "": ["features/bootstrap", "features/core"] } } } diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 0eda2b19803..3cd71eec047 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -1,6 +1,4 @@ default: - autoload: - '': %paths.base%/../features/bootstrap suites: default: paths: |