You are here

public function RevisionAllPreventNodeOverrideTests::testPreventsOverrideCustomType in Revision All 7.2

Tests custom content type "Create new revision" behavior.

File

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

Class

RevisionAllPreventNodeOverrideTests
Tests the Prevent Content Type Revisioning Overrides feature.

Code

public function testPreventsOverrideCustomType() {
  parent::createCustomContentType();
  $this
    ->drupalGet('node/add/custom-content');
  $this
    ->has_disabled_revisions();
}