You are here

public static function ViewsAccessTest::getInfo in Views (for Drupal 7) 7.3

File

tests/views_access.test, line 12
Definition of ViewsAccessTest.

Class

ViewsAccessTest
Basic test for pluggable access.

Code

public static function getInfo() {
  return array(
    'name' => 'Access',
    'description' => 'Tests pluggable access for views.',
    'group' => 'Views Plugins',
  );
}