comparison core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
1 <?php 1 <?php
2 2
3 namespace Drupal\Tests\text\FunctionalJavascript; 3 namespace Drupal\Tests\text\FunctionalJavascript;
4 4
5 use Drupal\field\Entity\FieldConfig; 5 use Drupal\field\Entity\FieldConfig;
6 use Drupal\FunctionalJavascriptTests\JavascriptTestBase; 6 use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
7 7
8 /** 8 /**
9 * Tests the JavaScript functionality of the text_textarea_with_summary widget. 9 * Tests the JavaScript functionality of the text_textarea_with_summary widget.
10 * 10 *
11 * @group text 11 * @group text
12 */ 12 */
13 class TextareaWithSummaryTest extends JavascriptTestBase { 13 class TextareaWithSummaryTest extends WebDriverTestBase {
14 14
15 /** 15 /**
16 * {@inheritdoc} 16 * {@inheritdoc}
17 */ 17 */
18 public static $modules = ['text', 'node']; 18 public static $modules = ['text', 'node'];