You are here

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

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

Modules to enable.

Type: array

Overrides SocialApiTestBase::$modules

File

tests/src/Functional/SocialAuthTestBase.php, line 25

Class

SocialAuthTestBase
Defines a base class for testing Social Auth implementers.

Namespace

Drupal\Tests\social_auth\Functional

Code

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