public function CommentUpgradePathTestCase::testCommentUpgrade

Test a successful upgrade.

File

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

Class

CommentUpgradePathTestCase
Upgrade test for comment.module.

Code

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