protected static property StringFormatterTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/field/tests/src/Kernel/String/StringFormatterTest.php \Drupal\Tests\field\Kernel\String\StringFormatterTest::modules
- 10 core/modules/field/tests/src/Kernel/String/StringFormatterTest.php \Drupal\Tests\field\Kernel\String\StringFormatterTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ field/ tests/ src/ Kernel/ String/ StringFormatterTest.php, line 26
Class
- StringFormatterTest
- Tests the creation of text fields.
Namespace
Drupal\Tests\field\Kernel\StringCode
protected static $modules = [
'field',
'text',
'entity_test',
'system',
'filter',
'user',
];