Mercurial > hg > cmmr2012-drupal-site
comparison core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
9 | 9 |
10 /** | 10 /** |
11 * Runs a browser test using a driver that supports Javascript. | 11 * Runs a browser test using a driver that supports Javascript. |
12 * | 12 * |
13 * Base class for testing browser interaction implemented in JavaScript. | 13 * Base class for testing browser interaction implemented in JavaScript. |
14 * | |
15 * @ingroup testing | |
14 */ | 16 */ |
15 abstract class WebDriverTestBase extends BrowserTestBase { | 17 abstract class WebDriverTestBase extends BrowserTestBase { |
16 | 18 |
17 /** | 19 /** |
18 * {@inheritdoc} | 20 * {@inheritdoc} |