You are here

public static property HtaccessTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/System/HtaccessTest.php \Drupal\system\Tests\System\HtaccessTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/HtaccessTest.php, line 24
Contains \Drupal\system\Tests\System\HtaccessTest.

Class

HtaccessTest
Tests .htaccess is working correctly.

Namespace

Drupal\system\Tests\System

Code

public static $modules = array(
  'node',
  'path',
);