comparison core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
1 <?php 1 <?php
2 2
3 namespace Drupal\FunctionalJavascriptTests\Ajax; 3 namespace Drupal\FunctionalJavascriptTests\Ajax;
4 4
5 use Drupal\FunctionalJavascriptTests\JavascriptTestBase; 5 use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
6 6
7 /** 7 /**
8 * Tests the compatibility of the ajax.es6.js file. 8 * Tests the compatibility of the ajax.es6.js file.
9 * 9 *
10 * @group Ajax 10 * @group Ajax
11 */ 11 */
12 class BackwardCompatibilityTest extends JavascriptTestBase { 12 class BackwardCompatibilityTest extends WebDriverTestBase {
13 13
14 /** 14 /**
15 * {@inheritdoc} 15 * {@inheritdoc}
16 */ 16 */
17 public static $modules = [ 17 public static $modules = [