public static function viewsFieldViewTestCase::getInfo in Views Field View 7
File
- tests/
views_field_view.test, line 11 - Contains the test for views_field_view
Class
- viewsFieldViewTestCase
- @file Contains the test for views_field_view
Code
public static function getInfo() {
return array(
'name' => 'Views field view test',
'description' => 'Tests the views field view.',
'group' => 'Views field view',
);
}