function PluginTest::testGetProvider
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetProvider()
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetProvider()
- 11.x core/tests/Drupal/Tests/Component/Annotation/PluginTest.php \Drupal\Tests\Component\Annotation\PluginTest::testGetProvider()
@covers ::getProvider
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ PluginTest.php, line 56
Class
- PluginTest
- @coversDefaultClass \Drupal\Component\Annotation\Plugin @group Annotation
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.