You are here

public static function BiblioNodeCreationTestCase::getInfo in Bibliography Module 7

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

File

tests/BiblioNodeCreationTestCase.test, line 11

Class

BiblioNodeCreationTestCase
Test biblio node creation.

Code

public static function getInfo() {
  return array(
    'name' => 'Biblio node creation',
    'description' => 'Create a biblio node and test saving it.',
    'group' => 'Biblio',
  );
}