public static property ToolkitGdTest::$modules

Modules to enable.

Type: array

Overrides DrupalUnitTestBase::$modules

File

drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php, line 35
Definition of Drupal\system\Tests\Image\ToolkitGdTest.

Class

ToolkitGdTest
Test the core GD image manipulation functions.

Namespace

Drupal\system\Tests\Image

Code

public static $modules = array(
  'system',
  'simpletest',
);