You are here

public static function ViewsAccessTestCase::getInfo in Spaces 7.3

Same name and namespace in other branches
  1. 6.3 tests/spaces.test \ViewsAccessTestCase::getInfo()
  2. 7 tests/spaces.test \ViewsAccessTestCase::getInfo()

Test info.

File

tests/spaces.test, line 387

Class

ViewsAccessTestCase
Test for the Views acces plugin

Code

public static function getInfo() {
  return array(
    'name' => t('Spaces Views Access'),
    'description' => t('Test the Spaces access plugin for views.'),
    'group' => t('Spaces'),
  );
}