function AttributeBaseTest::testSetProvider

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php \Drupal\Tests\Component\Plugin\Attribute\AttributeBaseTest::testSetProvider()

@legacy-covers ::getProvider @legacy-covers ::setProvider

File

core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php, line 23

Class

AttributeBaseTest
Tests Drupal\Component\Plugin\Attribute\AttributeBase.

Namespace

Drupal\Tests\Component\Plugin\Attribute

Code

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