protected static property BooleanFormatterTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php \Drupal\Tests\field\Kernel\Boolean\BooleanFormatterTest::modules
- 9 core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php \Drupal\Tests\field\Kernel\Boolean\BooleanFormatterTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ field/ tests/ src/ Kernel/ Boolean/ BooleanFormatterTest.php, line 24
Class
- BooleanFormatterTest
- Tests the boolean formatter.
Namespace
Drupal\Tests\field\Kernel\BooleanCode
protected static $modules = [
'field',
'text',
'entity_test',
'user',
'system',
];