You are here

public static property FolderTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Tests

Code

public static $modules = array(
  'image',
);