You are here

public static property SocialAuthGoogleLoginBlockTest::$modules in Social Auth Google 8.2

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

Modules to enable.

Type: array

Overrides SocialAuthTestBase::$modules

File

tests/src/Functional/SocialAuthGoogleLoginBlockTest.php, line 21

Class

SocialAuthGoogleLoginBlockTest
Test that path to authentication route exists in Social Auth Login block.

Namespace

Drupal\Tests\social_auth_google\Functional

Code

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