public static property TextFormatterTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/text/tests/src/Kernel/TextFormatterTest.php \Drupal\Tests\text\Kernel\TextFormatterTest::modules
- 10 core/modules/text/tests/src/Kernel/TextFormatterTest.php \Drupal\Tests\text\Kernel\TextFormatterTest::modules
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- core/
modules/ text/ tests/ src/ Kernel/ TextFormatterTest.php, line 37
Class
- TextFormatterTest
- Tests the text formatters functionality.
Namespace
Drupal\Tests\text\KernelCode
public static $modules = [
'text',
];