function PluginIdTest::testGetId
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php \Drupal\Tests\Component\Annotation\PluginIdTest::testGetId()
- 10 core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php \Drupal\Tests\Component\Annotation\PluginIdTest::testGetId()
- 11.x core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php \Drupal\Tests\Component\Annotation\PluginIdTest::testGetId()
@covers ::getId
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ PluginIdTest.php, line 49
Class
- PluginIdTest
- @coversDefaultClass \Drupal\Component\Annotation\PluginId @group Annotation
Namespace
Drupal\Tests\Component\AnnotationCode
public function testGetId() {
$plugin = new PluginID([]);
$plugin->value = 'example';
$this->assertEquals('example', $plugin->getId());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.