public static function AdminViewsSystemDisplayTestCase::getInfo in Administration Views 7
Define this test class.
Return value
array The test's meta data.
File
- tests/
admin_views.test, line 108 - Tests for the Administration Views module.
Class
- AdminViewsSystemDisplayTestCase
- Tests System display functionality.
Code
public static function getInfo() {
return array(
'name' => 'Views System display plugin',
'description' => 'Tests Views System display plugin functionality.',
'group' => 'Administration views',
);
}