function AttributeBaseTest::testGetId
Same name and namespace in other branches
- 10 core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php \Drupal\Tests\Component\Plugin\Attribute\AttributeBaseTest::testGetId()
@legacy-covers ::getId
File
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Attribute/ AttributeBaseTest.php, line 32
Class
Namespace
Drupal\Tests\Component\Plugin\AttributeCode
public function testGetId() : void {
$plugin = new AttributeBaseStub(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.