function ViewsAjaxTest::getInfo

File

tests/views_ajax.test, line 16

Class

ViewsAjaxTest
Tests views ajax display.

Code

public static function getInfo() {
    return array(
        'name' => 'Ajax',
        'description' => 'Test views with and without ajax enabled.',
        'group' => 'Views Handlers',
    );
}