You are here

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

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

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