function PluginTest::testSetProvider

@covers ::setProvider
@covers ::getProvider

File

core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php, line 34

Class

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

Namespace

Drupal\Tests\Component\Plugin\Attribute

Code

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