protected function StateToAbbrevTest::instantiatePlugin in Tamper 8
Instantiates a plugin.
Return value
\Drupal\tamper\TamperInterface A tamper plugin.
Overrides TamperPluginTestBase::instantiatePlugin
File
- tests/
src/ Unit/ Plugin/ Tamper/ StateToAbbrevTest.php, line 18
Class
- StateToAbbrevTest
- Tests the state to abbreviation plugin.
Namespace
Drupal\Tests\tamper\Unit\Plugin\TamperCode
protected function instantiatePlugin() {
return new StateToAbbrev([], 'state_to_abbrev', [], $this
->getMockSourceDefinition());
}