You are here

ParagraphsFeaturesCKEditorIntegrationTest.php in Paragraphs Features 8

File

tests/src/FunctionalJavascript/ParagraphsFeaturesCKEditorIntegrationTest.php
View source
<?php

namespace Drupal\Tests\paragraphs_features\FunctionalJavascript;

use Drupal\Tests\ckeditor\FunctionalJavascript\CKEditorIntegrationTest;

/**
 * Tests loading of text editors.
 *
 * @group editor
 */
class ParagraphsFeaturesCKEditorIntegrationTest extends CKEditorIntegrationTest {

  /**
   * {@inheritdoc}
   */
  public static $modules = [
    'paragraphs_features',
  ];

}

Classes

Namesort descending Description
ParagraphsFeaturesCKEditorIntegrationTest Tests loading of text editors.