You are here

protected static property SocialPostTestBase::$modules in Social Post 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/SocialPostTestBase.php \Drupal\Tests\social_post\Functional\SocialPostTestBase::modules

Modules to enable.

Type: array

Overrides SocialApiTestBase::$modules

File

tests/src/Functional/SocialPostTestBase.php, line 17

Class

SocialPostTestBase
Defines a base class for testing Social Post implementers.

Namespace

Drupal\Tests\social_post\Functional

Code

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