public static function ViewsAjaxTest::getInfo in Views (for Drupal 7) 7.3
File
- tests/
views_ajax.test, line 12 - Definition of ViewsAjaxTest.
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',
);
}