function AnnotationBaseTest::testSetProvider
@covers ::getProvider
      
    
@covers ::setProvider
      
    
File
- 
              core/
tests/ Drupal/ Tests/ Component/ Annotation/ AnnotationBaseTest.php, line 18  
Class
- AnnotationBaseTest
 - @coversDefaultClass \Drupal\Component\Annotation\AnnotationBase[[api-linebreak]] @group Annotation
 
Namespace
Drupal\Tests\Component\AnnotationCode
public function testSetProvider() {
  $plugin = new AnnotationBaseStub();
  $plugin->setProvider('example');
  $this->assertEquals('example', $plugin->getProvider());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.