You are here

public static function RevisionAllTypeRevisioningTests::getInfo in Revision All 7.2

Implements getInfo().

File

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

Class

RevisionAllTypeRevisioningTests
Tests the "Revision All" feature and revisioning of individual content types.

Code

public static function getInfo() {
  return array(
    'name' => 'Type Revisioning Tests',
    'description' => 'Tests the"Revision All" feature and revisioning of individual content types.',
    'group' => 'Revision All',
  );
}