You are here

public static function Name_AdminTestCase::getInfo in Name Field 7

File

tests/name.test, line 305
Tests for the name module.

Class

Name_AdminTestCase
Tests for the admin settings and custom format page.

Code

public static function getInfo() {
  return array(
    'name' => 'Admin Setting Pages',
    'description' => 'Various tests on the admin area settings.',
    'group' => 'Name',
  );
}