comparison core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php @ 17:129ea1e6d783

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