You are here

public function LogCategoryTest::testGetId in Commerce Core 8.2

@covers ::getId

File

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

Class

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

Namespace

Drupal\Tests\commerce_log\Unit

Code

public function testGetId() {
  $this
    ->assertEquals($this->definition['id'], $this->logCategory
    ->getId());
}