Modules to enable.
Type: array
Overrides EntityUnitTestBase::$modules
File
- drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php, line 22
- Contains \Drupal\system\Tests\Entity\EntityBCDecoratorTest.
Class
- EntityBCDecoratorTest
- Tests Entity API base functionality.
Namespace
Drupal\system\Tests\Entity
Code
public static $modules = array(
'filter',
'text',
'node',
'comment',
);