You are here

public function RevisionAllPreventTypeOverrideTests::testPreventsOverrideBaseType in Revision All 7.2

Tests built-in content type "Create new revision" behavior.

File

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

Class

RevisionAllPreventTypeOverrideTests
Tests the Prevent Content Type Revisioning Overrides feature.

Code

public function testPreventsOverrideBaseType() {
  $this
    ->drupalGet('admin/structure/types/manage/page');
  $this
    ->has_disabled_revisions();
}