CommentUpgradePathTestCase::testCommentUpgrade

7 upgrade.comment.test public CommentUpgradePathTestCase::testCommentUpgrade()

Test a successful upgrade.

File

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

Code

public function testCommentUpgrade() {
  $this->assertTrue($this->performUpgrade(), t('The upgrade was completed successfully.'));
}
Login or register to post comments