function PluginTest::testSetProvider

@covers ::setProvider

File

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

Class

PluginTest
@coversDefaultClass \Drupal\Component\Annotation\Plugin[[api-linebreak]] @group Annotation

Namespace

Drupal\Tests\Component\Annotation

Code

public function testSetProvider() : void {
  $plugin = new Plugin([]);
  $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.