public static function AdminViewsNodeAdminTestCase::getInfo in Administration Views 7
Define this test class.
Return value
array The test's meta data.
File
- tests/
admin_views.test, line 383 - Tests for the Administration Views module.
Class
- AdminViewsNodeAdminTestCase
- Tests the bundled node admin page.
Code
public static function getInfo() {
return array(
'name' => 'Node admin',
'description' => 'Tests the bundled node admin page.',
'group' => 'Administration views',
);
}