You are here

public static property LinkedinAuthTest::$modules in Social Auth LinkedIn 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/LinkedinAuthTest.php, line 22

Class

LinkedinAuthTest
Test the user-facing auth button generated by social_auth_linkedin.

Namespace

Drupal\Tests\social_auth_linkedin\Functional

Code

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