You are here

public static function ShurlyAdminTestCase::getInfo in ShURLy 7

File

tests/admin.test, line 15
Tests for the Shurly's admin interface.

Class

ShurlyAdminTestCase
Shurly's admin interface.

Code

public static function getInfo() {
  return array(
    'name' => 'Shurly admin interface tests',
    'description' => 'Tests for shurly\'s admin interface.',
    'group' => 'Shurly',
  );
}