You are here

public function WorkflowGroupTest::testGetId in State Machine 8

@covers ::getId

File

tests/src/Unit/Plugin/WorkflowGroup/WorkflowGroupTest.php, line 47

Class

WorkflowGroupTest
@coversDefaultClass \Drupal\state_machine\Plugin\WorkflowGroup\WorkflowGroup @group state_machine

Namespace

Drupal\Tests\state_machine\Unit\Plugin\WorkflowGroup

Code

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