public static function AdminTest::getInfo in Image Replace 7
File
- src/
Tests/ AdminTest.php, line 19
Class
- AdminTest
- Tests administrative interface for image replace.
Namespace
Drupal\image_replace\TestsCode
public static function getInfo() {
return array(
'name' => 'Admin interface',
'description' => 'Tests the administrative interface of the image replace module',
'group' => 'Image Replace',
);
}