You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/AccessDeniedTest.php, line 26
Contains \Drupal\system\Tests\System\AccessDeniedTest.

Class

AccessDeniedTest
Tests page access denied functionality, including custom 403 pages.

Namespace

Drupal\system\Tests\System

Code

public static $modules = [
  'block',
];