Skip to content

Commit

Permalink
Remove command line zombie option for behat
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Mar 8, 2016
1 parent 19b0acb commit 64ce15a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/behat.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = function(grunt) {
bin: 'vendor/bin/behat',
debug: true,
env: _.extend({}, process.env, {
"BEHAT_PARAMS": "{\"extensions\": {\"Drupal\\\\DrupalExtension\": {\"drupal\": {\"drupal_root\": \"./" + config.buildPaths.html + "\"}}, \"Behat\\\\MinkExtension\": {\"base_url\": \"" + config.siteUrls[key] + "\", \"zombie\": {\"node_modules_path\": \"" + process.cwd() + "/node_modules/\"}}}}"
"BEHAT_PARAMS": "{\"extensions\": {\"Drupal\\\\DrupalExtension\": {\"drupal\": {\"drupal_root\": \"./" + config.buildPaths.html + "\"}}, \"Behat\\\\MinkExtension\": {\"base_url\": \"" + config.siteUrls[key] + "\"}}}"
})
}, options)
}
Expand Down
1 change: 0 additions & 1 deletion test/test_assets_d8/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "client/project",
"description": "{Project} drupal codebase for {client}.",
"require-dev": {
"behat/mink-zombie-driver": "~1.2",
"drupal/drupal-extension": "~3.0",
"drush/drush": "dev-master",
"phpmd/phpmd": "~2.1",
Expand Down

0 comments on commit 64ce15a

Please sign in to comment.