diff --git a/behat_suites.yml b/behat_suites.yml deleted file mode 100644 index 8aa10947..00000000 --- a/behat_suites.yml +++ /dev/null @@ -1,35 +0,0 @@ -# This file is meant to be imported from ezplatform's behat.yml.dist. -# All path are relative to the root ezplatform directory. - -setup-content-forms: - suites: - setup: - paths: - - vendor/ibexa/content-forms/features/User/Setup - contexts: - - Ibexa\ContentForms\Behat\Context\UserRegistrationContext - - Ibexa\Bundle\Core\Features\Context\YamlConfigurationContext - -content-forms: - suites: - content_edit: - paths: - - vendor/ibexa/content-forms/features/ContentEdit - contexts: - - Ibexa\ContentForms\Behat\Context\ContentEditContext - - Ibexa\ContentForms\Behat\Context\ContentTypeContext - - Ibexa\ContentForms\Behat\Context\PagelayoutContext - fieldtype_form: - paths: - - vendor/ibexa/content-forms/features/FieldTypeForm - contexts: - - Ibexa\ContentForms\Behat\Context\ContentTypeContext - - Ibexa\ContentForms\Behat\Context\FieldTypeFormContext - - Ibexa\ContentForms\Behat\Context\SelectionFieldTypeFormContext - user_registration: # @todo move to ezplatform-user - paths: - - vendor/ibexa/content-forms/features/User/Registration - contexts: - - Ibexa\ContentForms\Behat\Context\UserRegistrationContext - - Behat\MinkExtension\Context\MinkContext - - Ibexa\Bundle\Core\Features\Context\YamlConfigurationContext diff --git a/composer.json b/composer.json index 9c4bcc60..c6108aa4 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "symfony/yaml": "^7.4" }, "require-dev": { - "behat/behat": "^3.32 || ^4.0", + "behat/behat": "^4.0@alpha", + "friends-of-behat/mink-extension": "^3.0@alpha", "ibexa/behat": "~6.0.x-dev", "ibexa/code-style": "~2.0.0", "ibexa/doctrine-schema": "~6.0.x-dev",