You are here

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

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

File

core/modules/system/src/Tests/Session/SessionAuthenticationTest.php, line 33
Contains \Drupal\system\Tests\Session\SessionAuthenticationTest.

Class

SessionAuthenticationTest
Tests if sessions are correctly handled when a user authenticates.

Namespace

Drupal\system\Tests\Session

Code

public static $modules = [
  'basic_auth',
  'session_test',
];