You are here

protected static property TableTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php \Drupal\Tests\ckeditor5\FunctionalJavascript\TableTest::modules
  2. 10 core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php \Drupal\KernelTests\Core\Render\Element\TableTest::modules

File

core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php, line 45

Class

TableTest
For testing the table plugin.

Namespace

Drupal\Tests\ckeditor5\FunctionalJavascript

Code

protected static $modules = [
  'ckeditor5',
  'node',
  'text',
];