You are here

protected static property ToolkitImagemagickFileMetadataTest::$modules in ImageMagick 8.3

Same name and namespace in other branches
  1. 8.2 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 28

Class

ToolkitImagemagickFileMetadataTest
Tests that Imagemagick integrates properly with File Metadata Manager.

Namespace

Drupal\Tests\imagemagick\Functional

Code

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