You are here

public static function ImageExampleTestCase::getInfo in Examples for Developers 7

File

image_example/image_example.test, line 22
Test case for testing the image example module.

Class

ImageExampleTestCase
Functional tests for the Image Example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Image example functionality',
    'description' => 'Test functionality of the Image Example module.',
    'group' => 'Examples',
  );
}