Skip to content
Snippets Groups Projects
Unverified Commit bc557976 authored by John Stennett's avatar John Stennett Committed by Alex Kolesnyk
Browse files

MQE-592: Test Case Audit

- Removing the Robo PhantomJS command.
parent 52163352
No related merge requests found
......@@ -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.
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment