protected static property ToolkitImagemagickTest::$modules in ImageMagick 8.3
Same name and namespace in other branches
- 8 tests/src/Functional/ToolkitImagemagickTest.php \Drupal\Tests\imagemagick\Functional\ToolkitImagemagickTest::modules
- 8.2 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\FunctionalCode
protected static $modules = [
'system',
'imagemagick',
'file_mdm',
'file_test',
];