FolderTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/FunctionalTests/FolderTest.php \Drupal\FunctionalTests\FolderTest::modules
  2. 10 core/tests/Drupal/FunctionalTests/FolderTest.php \Drupal\FunctionalTests\FolderTest::modules
  3. 11.x core/tests/Drupal/FunctionalTests/FolderTest.php \Drupal\FunctionalTests\FolderTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/tests/Drupal/FunctionalTests/FolderTest.php, line 21

Class

FolderTest
Tests BrowserTestBase&#039;s treatment of <a href="/api/drupal/core%21lib%21Drupal%21Core%21Extension%21module.api.php/function/hook_install/9" title="Perform setup tasks when the module is installed." class="local">hook_install</a>() during setup.

Namespace

Drupal\FunctionalTests

Code

protected static $modules = [
    'image',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.