File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " client/project" ,
3
3
"description" : " {Project} drupal codebase for {client}." ,
4
4
"require-dev" : {
5
- "behat/mink-zombie-driver " : " ~1.2 " ,
5
+ "jakoch/phantomjs-installer " : " 2.1.1 " ,
6
6
"drupal/drupal-extension" : " ~3.0" ,
7
7
"drush/drush" : " dev-master" ,
8
8
"phpmd/phpmd" : " ~2.1" ,
11
11
},
12
12
"require" : {
13
13
"roave/security-advisories" : " dev-master"
14
+ },
15
+ "scripts" : {
16
+ "post-install-cmd" : [
17
+ " PhantomInstaller\\ Installer::installPhantomJS"
18
+ ],
19
+ "post-update-cmd" : [
20
+ " PhantomInstaller\\ Installer::installPhantomJS"
21
+ ]
14
22
}
15
23
}
Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"grunt" : " ~0.4.5" ,
8
- "grunt-drupal-tasks" : " ~0.9.0" ,
9
- "zombie" : " ^2.5.1"
8
+ "grunt-drupal-tasks" : " ~0.9.0"
10
9
}
11
10
}
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ default:
8
8
extensions :
9
9
Behat\MinkExtension :
10
10
goutte : ~
11
- selenium2 : ~
12
- zombie : ~
11
+ # PhantomJS uses the Selenium2 mink driver.
12
+ # To run: `vendor/bin/phantomjs --webdriver=8643`
13
+ selenium2 :
14
+ wd_host : " http://localhost:8643/wd/hub"
13
15
base_url : http://127.0.0.1:8080
14
- javascript_session : ' zombie '
16
+ javascript_session : ' selenium2 '
15
17
Drupal\DrupalExtension :
16
18
blackbox : ~
17
19
drush :
Original file line number Diff line number Diff line change 8
8
"phpmd/phpmd" : " ~2.1" ,
9
9
"drupal/coder" : " ^8.2" ,
10
10
"guzzlehttp/guzzle" : " ^6.0@dev" ,
11
+ "jakoch/phantomjs-installer" : " 2.1.1" ,
11
12
"symfony/dependency-injection" : " 2.7.*" ,
12
13
"symfony/event-dispatcher" : " 2.7.*"
13
14
},
14
15
"require" : {
15
16
"roave/security-advisories" : " dev-master"
17
+ },
18
+ "scripts" : {
19
+ "post-install-cmd" : [
20
+ " PhantomInstaller\\ Installer::installPhantomJS"
21
+ ],
22
+ "post-update-cmd" : [
23
+ " PhantomInstaller\\ Installer::installPhantomJS"
24
+ ]
16
25
}
17
26
}
You can’t perform that action at this time.
0 commit comments