public static property reEnableModuleFieldTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/field/src/Tests/reEnableModuleFieldTest.php \Drupal\field\Tests\reEnableModuleFieldTest::modules
Modules to enable.
Type: array
File
- core/
modules/ field/ src/ Tests/ reEnableModuleFieldTest.php, line 24 - Contains \Drupal\field\Tests\reEnableModuleFieldTest.
Class
- reEnableModuleFieldTest
- Tests the behavior of a field module after being disabled and re-enabled.
Namespace
Drupal\field\TestsCode
public static $modules = array(
'field',
'node',
// We use telephone module instead of test_field because test_field is
// hidden and does not display on the admin/modules page.
'telephone',
);