You are here

public static property ToolkitImagemagickTest::$modules in ImageMagick 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/ToolkitImagemagickTest.php \Drupal\Tests\imagemagick\Functional\ToolkitImagemagickTest::modules
  2. 8 tests/src/Functional/ToolkitImagemagickTest.php \Drupal\Tests\imagemagick\Functional\ToolkitImagemagickTest::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/ToolkitImagemagickTest.php, line 45

Class

ToolkitImagemagickTest
Tests that core image manipulations work properly through Imagemagick.

Namespace

Drupal\Tests\imagemagick\Functional

Code

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