You are here

protected static property SocialAuthTestBase::$modules in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 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

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