summaryrefslogtreecommitdiffstatshomepage
path: root/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
diff options
context:
space:
mode:
authorLee Rowlands <lee.rowlands@previousnext.com.au>2019-11-28 12:41:46 +1000
committerLee Rowlands <lee.rowlands@previousnext.com.au>2019-11-28 12:41:46 +1000
commit5733c62b10e669c3a2b88a60ba55ebba99593aac (patch)
tree74c205fe32188b4a44210fb42bbbd6c395b9da06 /core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
parent1ab63529b22d0f81ea965b091400b0b217b0970a (diff)
downloaddrupal-5733c62b10e669c3a2b88a60ba55ebba99593aac.tar.gz
drupal-5733c62b10e669c3a2b88a60ba55ebba99593aac.zip
Issue #3088688 by alexpott: Remove PhantomJS based testing
Diffstat (limited to 'core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php')
-rw-r--r--core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php b/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
index 672b0488ff42..c8f2df239199 100644
--- a/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
+++ b/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
@@ -151,7 +151,7 @@ JS;
$this->metaRefreshCount = 0;
}
- // Log only for JavascriptTestBase tests because for Goutte we log with
+ // Log only for WebDriverTestBase tests because for Goutte we log with
// ::getResponseLogHandler.
if ($this->htmlOutputEnabled && !($this->getSession()->getDriver() instanceof GoutteDriver)) {
$html_output = 'GET request to: ' . $url .