public static property FolderTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/Tests/FolderTest.php \Drupal\simpletest\Tests\FolderTest::modules
Modules to enable.
Type: array
File
- core/
modules/ simpletest/ src/ Tests/ FolderTest.php, line 25 - Contains \Drupal\simpletest\Tests\FolderTest.
Class
- FolderTest
- This test will check SimpleTest's treatment of hook_install during setUp. Image module is used for test.
Namespace
Drupal\simpletest\TestsCode
public static $modules = array(
'image',
);