function CommentUpgradePathTestCase::testCommentUpgrade

Test a successful upgrade.

File

modules/simpletest/tests/upgrade/upgrade.comment.test, line 29

Class

CommentUpgradePathTestCase
Upgrade test for comment.module.

Code

public function testCommentUpgrade() {
    if ($this->skipUpgradeTest) {
        return;
    }
    $this->assertTrue($this->performUpgrade(), 'The upgrade was completed successfully.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.