You are here

public function PluginTypeTest::testGetDescription in Plugin 8.2

@covers ::getDescription

File

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

Class

PluginTypeTest
@coversDefaultClass \Drupal\plugin\PluginType\PluginType

Namespace

Drupal\Tests\plugin\Unit\PluginType

Code

public function testGetDescription() {
  $this
    ->assertSame($this->pluginTypeDefinition['description'], $this->sut
    ->getDescription()
    ->getUntranslatedString());
}