public static function ViewsViewTest::getInfo in Views (for Drupal 7) 7.3
Provide the test's meta information.
File
- tests/
views_view.test, line 16 - Views class tests.
Class
Code
public static function getInfo() {
return array(
'name' => 'Test the view class',
'description' => 'Tests some functionality of the view class',
'group' => 'Views',
);
}