You are here

protected static property RecipientPluginUpdatePathTest::$modules in Workbench Email 2.x

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

tests/src/Functional/RecipientPluginUpdatePathTest.php, line 18

Class

RecipientPluginUpdatePathTest
Defines a class for testing upgrade path.

Namespace

Drupal\Tests\workbench_email\Functional

Code

protected static $modules = [
  'content_moderation',
  'workflows',
];