You are here

public function BasicTest::testGetEntityId in Payment 8.2

@covers ::getEntityId

File

tests/src/Unit/Plugin/Payment/Method/BasicTest.php, line 328

Class

BasicTest
@coversDefaultClass \Drupal\payment\Plugin\Payment\Method\Basic

Namespace

Drupal\Tests\payment\Unit\Plugin\Payment\Method

Code

public function testGetEntityId() {
  $this
    ->assertSame($this->pluginDefinition['entity_id'], $this->sut
    ->getEntityId());
}