ParagraphsFeaturesCKEditorIntegrationTest.php in Paragraphs Features 2.x
Same filename and directory in other branches
File
tests/src/FunctionalJavascript/ParagraphsFeaturesCKEditorIntegrationTest.phpView 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
Name | Description |
---|---|
ParagraphsFeaturesCKEditorIntegrationTest | Tests loading of text editors. |