You are here

public static property ImageFieldTokensFormatterTest::$modules in ImageField Tokens 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/ImageFieldTokensFormatterTest.php \Drupal\Tests\imagefield_tokens\Functional\ImageFieldTokensFormatterTest::modules

Modules to enable.

Type: array

Overrides ImageFieldTestBase::$modules

File

tests/src/Functional/ImageFieldTokensFormatterTest.php, line 22

Class

ImageFieldTokensFormatterTest
Tests that ImageFieldTokens widget and formatter works correctly.

Namespace

Drupal\Tests\imagefield_tokens\Functional

Code

public static $modules = [
  'field_ui',
  'image',
  'token',
  'imagefield_tokens',
];