You are here

public function PaymentMethodConfigurationTest::testBundle in Payment 8.2

@covers ::bundle

File

tests/src/Unit/Entity/PaymentMethodConfigurationTest.php, line 91

Class

PaymentMethodConfigurationTest
@coversDefaultClass \Drupal\payment\Entity\PaymentMethodConfiguration

Namespace

Drupal\Tests\payment\Unit\Entity

Code

public function testBundle() {
  $this
    ->assertSame($this->bundle, $this->sut
    ->bundle());
}