You are here

public function RevisionAllTypeRevisioningTests::testRevisionAllBase in Revision All 7.2

Tests the built-in content type behavior when 'Revision All' is checked.

File

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

Class

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

Code

public function testRevisionAllBase() {
  $this
    ->drupalGet('node/add/page');
  $this
    ->nodeRevisioningStatus(TRUE);
  $this
    ->drupalGet('node/add/article');
  $this
    ->nodeRevisioningStatus(TRUE);
}