public function CommentUpgradePathTestCase::testCommentUpgrade in Drupal 7
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() {
$this
->assertTrue($this
->performUpgrade(), 'The upgrade was completed successfully.');
}