You are here

public function PluginTypeTest::testGetPluginId in Plugin 8.2

@covers ::getId

File

tests/src/Unit/PluginType/PluginTypeTest.php, line 94

Class

PluginTypeTest
@coversDefaultClass \Drupal\plugin\PluginType\PluginType

Namespace

Drupal\Tests\plugin\Unit\PluginType

Code

public function testGetPluginId() {
  $this
    ->assertSame($this->pluginTypeDefinition['id'], $this->sut
    ->getId());
}