You are here

public static function RevisionAllPreventNodeOverrideTests::getInfo in Revision All 7.2

Implements getInfo();

File

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

Class

RevisionAllPreventNodeOverrideTests
Tests the Prevent Content Type Revisioning Overrides feature.

Code

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