You are here

public function RevisionAllPreventTypeOverrideTests::testPreventsOverrideModuleType in Revision All 7.2

Tests module-defined content type "Create new revision" behavior.

File

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

Class

RevisionAllPreventTypeOverrideTests
Tests the Prevent Content Type Revisioning Overrides feature.

Code

public function testPreventsOverrideModuleType() {
  $this
    ->drupalGet('admin/structure/types/manage/revision-all-test');
  $this
    ->has_disabled_revisions();
}