You are here

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\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Admin interface',
    'description' => 'Tests the administrative interface of the image replace module',
    'group' => 'Image Replace',
  );
}