You are here

public function PluginTypeTest::testGetFieldType in Plugin 8.2

@covers ::isFieldType

File

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

Class

PluginTypeTest
@coversDefaultClass \Drupal\plugin\PluginType\PluginType

Namespace

Drupal\Tests\plugin\Unit\PluginType

Code

public function testGetFieldType() {
  $this
    ->assertSame($this->pluginTypeDefinition['field_type'], $this->sut
    ->isFieldType());
}