You are here

public function LogCategoryTest::testGetLabel in Commerce Core 8.2

@covers ::getLabel

File

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

Class

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

Namespace

Drupal\Tests\commerce_log\Unit

Code

public function testGetLabel() {
  $this
    ->assertEquals($this->definition['label'], $this->logCategory
    ->getLabel());
}