You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php \Drupal\basic_auth\Tests\Authentication\BasicAuthTest::modules

Modules installed for all tests.

Type: array

File

core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php, line 30
Contains \Drupal\basic_auth\Tests\Authentication\BasicAuthTest.

Class

BasicAuthTest
Tests for BasicAuth authentication provider.

Namespace

Drupal\basic_auth\Tests\Authentication

Code

public static $modules = array(
  'basic_auth',
  'router_test',
  'locale',
);