You are here

public function PluginTypeTest::testGetPluginManager in Plugin 8.2

@covers ::getPluginManager

File

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

Class

PluginTypeTest
@coversDefaultClass \Drupal\plugin\PluginType\PluginType

Namespace

Drupal\Tests\plugin\Unit\PluginType

Code

public function testGetPluginManager() {
  $this
    ->assertSame($this->pluginManager, $this->sut
    ->getPluginManager());
}