You are here

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

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

Class

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

Namespace

Drupal\Tests\social_auth_facebook\Functional

Code

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