You are here

protected static property SelectorPluginTest::$modules in Image Effects 8.3

Same name and namespace in other branches
  1. 8 tests/src/Functional/SelectorPluginTest.php \Drupal\Tests\image_effects\Functional\SelectorPluginTest::modules
  2. 8.2 tests/src/Functional/SelectorPluginTest.php \Drupal\Tests\image_effects\Functional\SelectorPluginTest::modules

Modules to install.

Type: array

Overrides ImageEffectsTestBase::$modules

File

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

Class

SelectorPluginTest
Selector plugins test.

Namespace

Drupal\Tests\image_effects\Functional

Code

protected static $modules = [
  'image',
  'image_effects',
  'image_effects_module_test',
  'file_test',
  'file_mdm',
  'file_mdm_font',
];