diff options
author | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2019-11-28 12:41:46 +1000 |
---|---|---|
committer | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2019-11-28 12:41:46 +1000 |
commit | 5733c62b10e669c3a2b88a60ba55ebba99593aac (patch) | |
tree | 74c205fe32188b4a44210fb42bbbd6c395b9da06 /core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php | |
parent | 1ab63529b22d0f81ea965b091400b0b217b0970a (diff) | |
download | drupal-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.php | 2 |
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 . |