function PluginTest::testGetProvider
@legacy-covers ::getProvider
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ PluginTest.php, line 59
Class
Namespace
Drupal\Tests\Component\AnnotationCode
public function testGetProvider() : void {
$plugin = new Plugin([
'provider' => 'example',
]);
$this->assertEquals('example', $plugin->getProvider());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.