public function RevisionAllPreventNodeOverrideTests::testPreventsOverrideBaseType in Revision All 7.2
Tests built-in content type "Create new revision" behavior.
File
- tests/
revision_all.test, line 399 - Tests for Revision All module.
Class
- RevisionAllPreventNodeOverrideTests
- Tests the Prevent Content Type Revisioning Overrides feature.
Code
public function testPreventsOverrideBaseType() {
$this
->drupalGet('node/add/page');
$this
->has_disabled_revisions();
}