public static property BooleanFormatterTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/field/src/Tests/Boolean/BooleanFormatterTest.php \Drupal\field\Tests\Boolean\BooleanFormatterTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ field/ src/ Tests/ Boolean/ BooleanFormatterTest.php, line 30 - Contains \Drupal\field\Tests\Boolean\BooleanFormatterTest.
Class
- BooleanFormatterTest
- Tests the boolean formatter.
Namespace
Drupal\field\Tests\BooleanCode
public static $modules = [
'field',
'text',
'entity_test',
'user',
];