function ViewsTranslatableTest::getInfo

File

tests/views_translatable.test, line 17

Class

ViewsTranslatableTest
Tests Views pluggable translations.

Code

public static function getInfo() {
    return array(
        'name' => 'Views Translatable Test',
        'description' => 'Tests the pluggable translations',
        'group' => 'Views',
    );
}