function ViewsCloneTest::getInfo

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',
    );
}