You are here

public static function BiblioPageViewTestCase::getInfo in Bibliography Module 7

Same name and namespace in other branches
  1. 7.2 tests/biblio.test \BiblioPageViewTestCase::getInfo()

File

tests/BiblioPageViewTestCase.test, line 11

Class

BiblioPageViewTestCase
Test page view permissions.

Code

public static function getInfo() {
  return array(
    'name' => 'Biblio node view and edit permissions',
    'description' => 'Create a biblio node and test view / edit permissions.',
    'group' => 'Biblio',
  );
}