public static property StringFormatterTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/field/src/Tests/String/StringFormatterTest.php \Drupal\field\Tests\String\StringFormatterTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ field/ src/ Tests/ String/ StringFormatterTest.php, line 31 - Contains \Drupal\field\Tests\String\StringFormatterTest.
Class
- StringFormatterTest
- Tests the creation of text fields.
Namespace
Drupal\field\Tests\StringCode
public static $modules = array(
'field',
'text',
'entity_test',
'system',
'filter',
'user',
);