We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a830004 commit 3061627Copy full SHA for 3061627
dev/tests/acceptance/RoboFile.php
@@ -91,16 +91,6 @@ function firefox()
91
$this->_exec('vendor'. DIRECTORY_SEPARATOR .'bin'. DIRECTORY_SEPARATOR .'codecept run functional --env firefox --skip-group skip');
92
}
93
94
- /**
95
- * Run all Functional tests using the PhantomJS environment.
96
- *
97
- * @return void
98
- */
99
- function phantomjs()
100
- {
101
- $this->_exec('vendor'. DIRECTORY_SEPARATOR .'bin'. DIRECTORY_SEPARATOR .'codecept run functional --env phantomjs --skip-group skip');
102
- }
103
-
104
/**
105
* Run all Functional tests using the Chrome Headless environment.
106
*
0 commit comments