function PluginTest::testGetId
@covers ::getId
File
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Attribute/ PluginTest.php, line 43
Class
- PluginTest
- @coversDefaultClass \Drupal\Component\Annotation\Plugin[[api-linebreak]] @group Attribute
Namespace
Drupal\Tests\Component\Plugin\AttributeCode
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.