You are here

public function PaymentQueuePaymentIdsAlterTest::testGetOwnerId in Payment 8.2

@covers ::getOwnerId

File

tests/src/Unit/Event/PaymentQueuePaymentIdsAlterTest.php, line 80

Class

PaymentQueuePaymentIdsAlterTest
@coversDefaultClass \Drupal\payment\Event\PaymentQueuePaymentIdsAlter

Namespace

Drupal\Tests\payment\Unit\Event

Code

public function testGetOwnerId() {
  $this
    ->assertSame($this->ownerId, $this->sut
    ->getOwnerId());
}