public static property FieldEntityTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/Entity/FieldEntityTest.php \Drupal\views\Tests\Entity\FieldEntityTest::modules
Modules to enable.
Type: array
Overrides ViewTestBase::$modules
File
- core/
modules/ views/ src/ Tests/ Entity/ FieldEntityTest.php, line 36 - Contains \Drupal\views\Tests\Entity\FieldEntityTest.
Class
- FieldEntityTest
- Tests the field plugin base integration with the entity system.
Namespace
Drupal\views\Tests\EntityCode
public static $modules = array(
'node',
'comment',
);