You are here

public static function ImageStyleSelectorFunctionalTest::getInfo in Image Style Selector 7

Provide the informationi to display to the SimpleTest system.

Return value

string[] An associative array with the information for SimpleTest to show.

File

./iss.test, line 17
Test case(s) for the Image Style Selector module.

Class

ImageStyleSelectorFunctionalTest
Tests the functionality of the Image Style Selector module.

Code

public static function getInfo() {
  return array(
    'name' => 'Image Style Selector functional tests',
    'description' => 'Ensure that the Image Style Selector field functions properly.',
    'group' => 'Image Style Selector',
  );
}