You are here

protected static property UpdateNonExistentActionUpdateTest::$modules in Feeds 8.3

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

tests/src/Functional/Update/UpdateNonExistentActionUpdateTest.php, line 25

Class

UpdateNonExistentActionUpdateTest
Provides tests for updating deprecated action ID's in feed types.

Namespace

Drupal\Tests\feeds\Functional\Update

Code

protected static $modules = [
  'feeds',
  'node',
];