public static function ViewsCloneTest::getInfo in Views (for Drupal 7) 7.3
Provide the test's meta information.
File
- tests/
views_clone.test, line 11
Class
- ViewsCloneTest
- Tests cloning a view.
Code
public static function getInfo() {
return array(
'name' => 'Test cloning a view',
'description' => 'Tests clone_view method of views class',
'group' => 'Views',
);
}