You are here

public function PluginTypeTest::testGetProvider in Plugin 8.2

@covers ::getProvider

File

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

Class

PluginTypeTest
@coversDefaultClass \Drupal\plugin\PluginType\PluginType

Namespace

Drupal\Tests\plugin\Unit\PluginType

Code

public function testGetProvider() {
  $this
    ->assertSame($this->pluginTypeDefinition['provider'], $this->sut
    ->getProvider());
}