You are here

public static function BiblioPageViewTestCase::getInfo in Bibliography Module 7.2

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

File

tests/biblio.test, line 141

Class

BiblioPageViewTestCase

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',
  );
}