You are here

public static property ToolkitTestBase::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Image/ToolkitTestBase.php \Drupal\system\Tests\Image\ToolkitTestBase::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Image/ToolkitTestBase.php, line 23
Contains \Drupal\system\Tests\Image\ToolkitTestBase.

Class

ToolkitTestBase
Base class for image manipulation testing.

Namespace

Drupal\system\Tests\Image

Code

public static $modules = array(
  'image_test',
);