You are here

public function BotchaUpdatePathTestCase::testFilledUpgrade in BOTCHA Spam Prevention 7.3

Tests that the upgrade is successful.

File

tests/upgrade/update.botcha.test, line 43
Provides upgrade path tests for the Botcha module. If test failed and didn't get finished - you should patch Drupal core.

Class

BotchaUpdatePathTestCase
Tests the Botcha 7.x-1.0 -> 7.x-3.x upgrade path.

Code

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