You are here

public function PaymentPreCaptureTest::testGetPayment in Payment 8.2

@covers ::getPayment

File

tests/src/Unit/Event/PaymentPreCaptureTest.php, line 42

Class

PaymentPreCaptureTest
@coversDefaultClass \Drupal\payment\Event\PaymentPreCapture

Namespace

Drupal\Tests\payment\Unit\Event

Code

public function testGetPayment() {
  $this
    ->assertSame($this->payment, $this->sut
    ->getPayment());
}