You are here

public function LogCategoryTest::testGetEntityTypeId in Commerce Core 8.2

@covers ::getEntityTypeId

File

modules/log/tests/src/Unit/LogCategoryTest.php, line 58

Class

LogCategoryTest
@coversDefaultClass \Drupal\commerce_log\Plugin\LogCategory\LogCategory @group commerce

Namespace

Drupal\Tests\commerce_log\Unit

Code

public function testGetEntityTypeId() {
  $this
    ->assertEquals($this->definition['entity_type'], $this->logCategory
    ->getEntityTypeId());
}