function TriggerUpdatePathTestCase::testFilledUpgrade

Tests that the upgrade is successful.

File

modules/simpletest/tests/upgrade/update.trigger.test, line 34

Class

TriggerUpdatePathTestCase
Tests the Trigger 7.0 -> 7.x upgrade path.

Code

public function testFilledUpgrade() {
    $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.