You are here

public function RevisionAllPreventNodeOverrideTests::testPreventsOverrideModuleType in Revision All 7.2

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

File

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

Class

RevisionAllPreventNodeOverrideTests
Tests the Prevent Content Type Revisioning Overrides feature.

Code

public function testPreventsOverrideModuleType() {
  $this
    ->drupalGet('node/add/revision-all-test');
  $this
    ->has_disabled_revisions();
}