function PluginTest::testGetId

@legacy-covers ::getId

File

core/tests/Drupal/Tests/Component/Annotation/PluginTest.php, line 76

Class

PluginTest
Tests Drupal\Component\Annotation\Plugin.

Namespace

Drupal\Tests\Component\Annotation

Code

public function testGetId() : void {
  $plugin = new Plugin([
    'id' => 'example',
  ]);
  $this->assertEquals('example', $plugin->getId());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.