You are here

public static property SocialAuthFacebookLoginBlockTest::$modules in Social Auth Facebook 8.2

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

Modules to enable.

Type: array

Overrides SocialAuthTestBase::$modules

File

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

Class

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

Namespace

Drupal\Tests\social_auth_facebook\Functional

Code

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