comparison core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.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
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}