You are here

public static function ViewsLazyLoadTest::getInfo in Views Lazy Load 7

Same name and namespace in other branches
  1. 8 views_lazy_load.test \ViewsLazyLoadTest::getInfo()

File

./views_lazy_load.test, line 16
Contains ViewsLazyLoadTest

Class

ViewsLazyLoadTest
Test the basic lazy loading of views.

Code

public static function getInfo() {
  return array(
    'name' => 'Views Lazy Load',
    'group' => 'Views Lazy Load',
    'description' => 'Tests the lazy loading of views displays.',
  );
}