Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from danepowell/6
Browse files Browse the repository at this point in the history
Fix #6: Behat config incorrectly generated
  • Loading branch information
danepowell committed Dec 18, 2020
2 parents 17a6430 + 1b4f5ec commit 14f6949
Show file tree
Hide file tree
Showing 12 changed files with 309 additions and 89 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor
.phpcs-cache
.idea
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"drupal/drupal-extension" : "^4",
"jarnaiz/behat-junit-formatter" : "^1.3.2"
},
"conflict": {
"acquia/blt": "<=12.5.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand Down
Loading

0 comments on commit 14f6949

Please sign in to comment.