You are here

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

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

Modules to enable.

Type: array

File

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

Class

SystemAuthorizeTest
Tests the authorize.php script and related API.

Namespace

Drupal\system\Tests\System

Code

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