You are here

public static property ToolkitImagemagickFileMetadataTest::$modules in ImageMagick 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/ToolkitImagemagickFileMetadataTest.php \Drupal\Tests\imagemagick\Functional\ToolkitImagemagickFileMetadataTest::modules

Modules to enable.

Enable 'file_test' to be able to work with dummy_remote:// stream wrapper.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ToolkitImagemagickFileMetadataTest.php, line 27

Class

ToolkitImagemagickFileMetadataTest
Tests that Imagemagick integrates properly with File Metadata Manager.

Namespace

Drupal\Tests\imagemagick\Functional

Code

public static $modules = [
  'system',
  'imagemagick',
  'file_mdm',
  'file_test',
];