You are here

public function PaymentQueuePaymentIdsAlterTest::testGetCategoryId in Payment 8.2

@covers ::getCategoryId

File

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

Class

PaymentQueuePaymentIdsAlterTest
@coversDefaultClass \Drupal\payment\Event\PaymentQueuePaymentIdsAlter

Namespace

Drupal\Tests\payment\Unit\Event

Code

public function testGetCategoryId() {
  $this
    ->assertSame($this->categoryId, $this->sut
    ->getCategoryId());
}