You are here

protected property LogCategoryTest::$definition in Commerce Core 8.2

The plugin definition array.

Type: array

File

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

Class

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

Namespace

Drupal\Tests\commerce_log\Unit

Code

protected $definition = [
  'id' => 'entity_test',
  'label' => 'Entity Test',
  'entity_type' => 'entity_test',
  'provider' => 'commerce_log_test',
];