You are here

public static function BiblioPathTestCase::getInfo in Bibliography Module 7.3

File

tests/Path.test, line 14
Tests for the integration with the Path module.

Class

BiblioPathTestCase
Provides a base class for testing the Path module.

Code

public static function getInfo() {
  return array(
    'name' => 'Path alias functionality',
    'description' => 'Add, edit, delete, and change alias and verify its consistency in the database.',
    'group' => 'Biblio',
  );
}