You are here

public function PaymentMethodConfigurationTest::testPluginId in Payment 8.2

@covers ::getPluginId

File

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

Class

PaymentMethodConfigurationTest
@coversDefaultClass \Drupal\payment\Entity\PaymentMethodConfiguration

Namespace

Drupal\Tests\payment\Unit\Entity

Code

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