Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / mink-selenium2-driver / bin / run-phantomjs.sh
diff --git a/vendor/behat/mink-selenium2-driver/bin/run-phantomjs.sh b/vendor/behat/mink-selenium2-driver/bin/run-phantomjs.sh
deleted file mode 100644 (file)
index d597427..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env sh
-set -e
-
-if [ "2" = "$PHANTOM_VERSION" ]; then
-    mkdir travis-phantomjs
-    wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
-    tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
-    export PATH=$PWD/travis-phantomjs:$PATH
-fi
-
-phantomjs --version
-echo '    Running PhantomJS'
-phantomjs --webdriver=4444 > /tmp/webdriver_output.txt &