You are here

public function RevisionAllPreventTypeOverrideTests::testPreventsOverrideCustomType in Revision All 7.2

Tests custom content type "Create new revision" behavior.

File

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

Class

RevisionAllPreventTypeOverrideTests
Tests the Prevent Content Type Revisioning Overrides feature.

Code

public function testPreventsOverrideCustomType() {
  parent::createCustomContentType();
  $this
    ->drupalGet('admin/structure/types/manage/custom-content');
  $this
    ->has_disabled_revisions();
}