From c24006b8c86087d16abfade29eaaf0fde9928d30 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Tue, 8 Sep 2026 11:52:07 +0200 Subject: [PATCH 1/2] IBX-12374: Removed the YAML Behat suites twin --- behat_suites.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 behat_suites.yml 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 From c0aad4f0855e0129e6909a1bfd828c358524e502 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Tue, 8 Sep 2026 12:25:15 +0200 Subject: [PATCH 2/2] IBX-12374: Added the Behat 4 prerelease stability flags to the dev dependencies --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",