public static property EntityTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/hal/src/Tests/EntityTest.php \Drupal\hal\Tests\EntityTest::modules
Modules to enable.
Type: array
Overrides NormalizerTestBase::$modules
File
- core/
modules/ hal/ src/ Tests/ EntityTest.php, line 26 - Contains \Drupal\hal\Tests\EntityTest.
Class
- EntityTest
- Tests that nodes and terms are correctly normalized and denormalized.
Namespace
Drupal\hal\TestsCode
public static $modules = array(
'node',
'taxonomy',
'comment',
);