IBX-12374: Converted the Behat suites to PHP configuration - #15
Merged
Conversation
Steveb-p
approved these changes
Sep 10, 2026
mikadamczyk
approved these changes
Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This repository was missed by the Behat 4 migration sweep (no local checkout on the machine running the org scans; found by an API sweep of all 483 org repos). Behat 4 (ibexa/behat#200) only loads PHP configuration, and the YAML root this file imported was deleted in ibexa/behat#201 — so the YAML suites were dead.
behat_suites.php— a faithful conversion (same suite, contexts and paths), importing the PHP root shipped by ibexa/behat since #195.--configwhere present.minimum-stability: stable, addedbehat/behat: ^4.0@alpha+friends-of-behat/mink-extension: ^3.0@alphato require-dev — stability flags are root-only, so ibexa/behat's alpha pin does not propagate and composer install fails on cache-miss without them.Same treatment as the earlier missed-repo wave (e.g. ibexa/integrated-help#76).
For QA:
Browser CI (where present) runs the suite through the PHP configuration on Behat 4.
Documentation:
N/A