public static property FileNormalizeTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/hal/src/Tests/FileNormalizeTest.php \Drupal\hal\Tests\FileNormalizeTest::modules
Modules to enable.
Type: array
Overrides NormalizerTestBase::$modules
File
- core/
modules/ hal/ src/ Tests/ FileNormalizeTest.php, line 32 - Contains \Drupal\hal\Tests\FileNormalizeTest.
Class
- FileNormalizeTest
- Tests that file entities can be normalized in HAL.
Namespace
Drupal\hal\TestsCode
public static $modules = array(
'file',
);