You are here

public static property UserTest::$modules in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Functional/UserTest.php \Drupal\Tests\social_auth\Functional\UserTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/UserTest.php, line 26

Class

UserTest
Tests Social Auth user related tasks.

Namespace

Drupal\Tests\social_auth\Functional

Code

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