public static function ToolkitTest::getInfo

File

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

Class

ToolkitTest
Test that the functions in image.inc correctly pass data to the toolkit.

Namespace

Drupal\system\Tests\Image

Code

public static function getInfo() {
  return array(
    'name' => 'Image toolkit tests',
    'description' => 'Check image toolkit functions.',
    'group' => 'Image',
  );
}