You are here

public static function BiblioUiPathAutoTestCase::getInfo in Bibliography Module 7.3

File

modules/biblio_ui/tests/PathAuto.test, line 11
Tests for the integration with the Path auto module.

Class

BiblioUiPathAutoTestCase
Testing pathauto integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Path auto functionality',
    'description' => 'Testing the integration between Biblio and Pathauto module.',
    'group' => 'Biblio UI',
    'dependencies' => array(
      'pathauto',
    ),
  );
}