You are here

function PaymentTestUpdatePathWithoutContentWebTestCase::testPaymentUpgrade in Payment 7

Test a successful upgrade.

File

tests/payment_test/tests/PaymentTestUpdatePathWithoutContentWebTestCase.test, line 40
Contains class PaymentTestUpdatePathWithoutContentWebTestCase.

Class

PaymentTestUpdatePathWithoutContentWebTestCase
Tests Payment's update path.

Code

function testPaymentUpgrade() {
  $this
    ->assertTrue($this
    ->performUpgrade(), 'The update was completed successfully.');
}