You are here

public function RevisionAllTypeRevisioningTests::testRevisionAllModuleType in Revision All 7.2

Tests module-defined content type behavior when 'Revision All' is checked.

File

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

Class

RevisionAllTypeRevisioningTests
Tests the "Revision All" feature and revisioning of individual content types.

Code

public function testRevisionAllModuleType() {
  $this
    ->drupalGet('node/add/revision-all-test');
  $this
    ->nodeRevisioningStatus(TRUE);
}