From bc55797620ed8e8e0cf7760789d4db40865dac8d Mon Sep 17 00:00:00 2001
From: John Stennett <john00ivy@gmail.com>
Date: Thu, 7 Dec 2017 19:04:58 +0200
Subject: [PATCH] MQE-592: Test Case Audit

- Removing the Robo PhantomJS command.
---
 dev/tests/acceptance/RoboFile.php | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dev/tests/acceptance/RoboFile.php b/dev/tests/acceptance/RoboFile.php
index 287dce4d38f..60b4d287b7d 100644
--- a/dev/tests/acceptance/RoboFile.php
+++ b/dev/tests/acceptance/RoboFile.php
@@ -91,16 +91,6 @@ class RoboFile extends \Robo\Tasks
         $this->_exec('vendor'. DIRECTORY_SEPARATOR .'bin'. DIRECTORY_SEPARATOR .'codecept run functional --env firefox --skip-group skip');
     }
 
-    /**
-     * Run all Functional tests using the PhantomJS environment.
-     *
-     * @return void
-     */
-    function phantomjs()
-    {
-        $this->_exec('vendor'. DIRECTORY_SEPARATOR .'bin'. DIRECTORY_SEPARATOR .'codecept run functional --env phantomjs --skip-group skip');
-    }
-
     /**
      * Run all Functional tests using the Chrome Headless environment.
      *
-- 
GitLab