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