Skip to content

Commit c7074b0

Browse files
committed
Remove command line zombie option for behat
1 parent c154a0c commit c7074b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tasks/behat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = function(grunt) {
6060
bin: 'vendor/bin/behat',
6161
debug: true,
6262
env: _.extend({}, process.env, {
63-
"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/\"}}}}"
63+
"BEHAT_PARAMS": "{\"extensions\": {\"Drupal\\\\DrupalExtension\": {\"drupal\": {\"drupal_root\": \"./" + config.buildPaths.html + "\"}}, \"Behat\\\\MinkExtension\": {\"base_url\": \"" + config.siteUrls[key] + "\"}}}"
6464
})
6565
}, options)
6666
}

test/test_assets_d8/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "client/project",
33
"description": "{Project} drupal codebase for {client}.",
44
"require-dev": {
5-
"behat/mink-zombie-driver": "~1.2",
65
"drupal/drupal-extension": "~3.0",
76
"drush/drush": "dev-master",
87
"phpmd/phpmd": "~2.1",

0 commit comments

Comments
 (0)