function AnnotationBaseTest::testGetId
@covers ::getId
      
    
File
- 
              core/
tests/ Drupal/ Tests/ Component/ Annotation/ AnnotationBaseTest.php, line 29  
Class
- AnnotationBaseTest
 - @coversDefaultClass \Drupal\Component\Annotation\AnnotationBase[[api-linebreak]] @group Annotation
 
Namespace
Drupal\Tests\Component\AnnotationCode
public function testGetId() : void {
  $plugin = new AnnotationBaseStub();
  // Doctrine sets the public prop directly.
  $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.