You are here

public static function RevisionAllBasicTests::getInfo in Revision All 7.2

Implements getInfo().

File

tests/revision_all.test, line 96
Tests for Revision All module.

Class

RevisionAllBasicTests
Tests the basic Revision All settings.

Code

public static function getInfo() {
  return array(
    'name' => 'Revision All Base',
    'description' => 'Tests to ensure the Revision All settings work correctly.',
    'group' => 'Revision All',
  );
}