You are here

public static function RevisionAllEnableFutureTests::getInfo in Revision All 7.2

Implements getInfo;

File

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

Class

RevisionAllEnableFutureTests
Tests the "Enable for all Future Content Types" feature.

Code

public static function getInfo() {
  return array(
    'name' => 'Future Types Tests',
    'description' => 'Tests the "Enable for all Future Content Types" feature.',
    'group' => 'Revision All',
  );
}