public function CommentUpgradePathTestCase::testCommentUpgrade

Test a successful upgrade.

Archivo

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

Class

CommentUpgradePathTestCase
Upgrade test for comment.module.

Código

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