public function RevisionAllTypeRevisioningTests::testRevisionAllCustomType in Revision All 7.2
Tests custom content type behavior when 'Revision All' is checked.
File
- tests/
revision_all.test, line 212 - Tests for Revision All module.
Class
- RevisionAllTypeRevisioningTests
- Tests the "Revision All" feature and revisioning of individual content types.
Code
public function testRevisionAllCustomType() {
parent::createCustomContentType();
$this
->drupalGet('node/add/custom-content');
$this
->nodeRevisioningStatus(TRUE);
}