You are here

public static function RevisionAllPreventTypeOverrideTests::getInfo in Revision All 7.2

Implements getInfo();

File

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

Class

RevisionAllPreventTypeOverrideTests
Tests the Prevent Content Type Revisioning Overrides feature.

Code

public static function getInfo() {
  return array(
    'name' => 'Prevent Content Type Revisioning Overrides Tests',
    'description' => 'Tests the "Prevent Content Type Revisioning Overrides" feature.',
    'group' => 'Revision All',
  );
}