Mercurial > hg > isophonics-drupal-site
comparison core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
13 * | 13 * |
14 * @deprecated in Drupal 8.6.x, will be removed before Drupal 9.0.0. | 14 * @deprecated in Drupal 8.6.x, will be removed before Drupal 9.0.0. |
15 * Use \Drupal\FunctionalJavascriptTests\WebDriverTestBase instead | 15 * Use \Drupal\FunctionalJavascriptTests\WebDriverTestBase instead |
16 * | 16 * |
17 * @see https://www.drupal.org/node/2945059 | 17 * @see https://www.drupal.org/node/2945059 |
18 * | |
19 * @ingroup testing | |
18 */ | 20 */ |
19 abstract class JavascriptTestBase extends WebDriverTestBase { | 21 abstract class JavascriptTestBase extends WebDriverTestBase { |
20 | 22 |
21 /** | 23 /** |
22 * {@inheritdoc} | 24 * {@inheritdoc} |