/**
  * @covers ::getPluginId
  */
 public function testPluginId()
 {
     $this->assertSame($this->bundle, $this->sut->getPluginId());
 }