You are here

public static property SocialAuthEntityTest::$modules in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Kernel/SocialAuthEntityTest.php \Drupal\Tests\social_auth\Kernel\SocialAuthEntityTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/SocialAuthEntityTest.php, line 41

Class

SocialAuthEntityTest
Tests social_auth entity.

Namespace

Drupal\Tests\social_auth\Kernel

Code

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