You are here

namespace Drupal\FunctionalJavascriptTests in Drupal 8

Same name in other branches
  1. 9 Drupal\FunctionalJavascriptTests
Classsort descending Location Description
BrowserWithJavascriptTest core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests if we can execute JavaScript in the browser.
DrupalSelenium2Driver core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Provides a driver for Selenium testing.
JavascriptDeprecationTest core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptGetDrupalSettingsTest core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests Drupal settings retrieval in JavascriptTestBase tests.
JavascriptTestBase core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php Runs a browser test using PhantomJS.
JSWebAssert core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Defines a class with methods for asserting presence of elements during tests.
LegacyJavascriptTestBase core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php Runs a browser test using PhantomJS.
SortableTestTrait core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Provides functions for simulating sort changes.
WebDriverCurlService core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php Provides a curl service to interact with Selenium driver.
WebDriverTestBase core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Runs a browser test using a driver that supports Javascript.
WebDriverWebAssert core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php Defines a JSWebAssert with no support for status code and header assertions.