function PluginTest::testGetProvider

@legacy-covers ::getProvider

File

core/tests/Drupal/Tests/Component/Annotation/PluginTest.php, line 59

Class

PluginTest
Tests Drupal\Component\Annotation\Plugin.

Namespace

Drupal\Tests\Component\Annotation

Code

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.