You are here

public function PaymentStatusSetTest::testGetPreviousPaymentStatus in Payment 8.2

@covers ::getPreviousPaymentStatus

File

tests/src/Unit/Event/PaymentStatusSetTest.php, line 59

Class

PaymentStatusSetTest
@coversDefaultClass \Drupal\payment\Event\PaymentStatusSet

Namespace

Drupal\Tests\payment\Unit\Event

Code

public function testGetPreviousPaymentStatus() {
  $this
    ->assertSame($this->previousPaymentStatus, $this->sut
    ->getPreviousPaymentStatus());
}