Accept multiple path arguments at CLI#1397
Merged
ciaranmcnulty merged 2 commits intoBehat:4.xfrom Jul 7, 2022
Merged
Conversation
Contributor
|
@adrienbrault you'll want to rebase this so you get the fix for the issue that failed your build. |
Author
|
@Chekote This PR targets |
Contributor
|
I'll merge that up and rebase this branch when I get time 👍 |
7503223 to
9995fdb
Compare
Contributor
|
Thanks for your patience @adrienbrault |
acoulton
added a commit
to acoulton/Behat
that referenced
this pull request
Nov 11, 2025
Brings the history of the old abandoned 4.x branch into the current master, ahead of creating a new 4.x branch. This will avoid us losing the record of these contributions when we restart development for 4.0. There are only very limited changes - there was only one functional PR Behat#1397 that was merged into 4.x in 2023. The same feature was subsequently implemented by a different contributor in Behat#1611, merged into master and released in 3.23.0. The solutions are essentially identical except for a change to WrongPathsException which I have kept both because it is more correct and in case anyone is already using the 4.x branch.
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.
This is #996 rebased. I've removed the change to
CHANGELOG.md.I've been using this patch for years now, it's great!