protected function ExplodeTest::getPluginDefaultConfig in Tamper 8
Returns default configuration for the plugin for this test.
Return value
\Drupal\tamper\Plugin\Tamper\Explode A explode tamper plugin instance.
1 call to ExplodeTest::getPluginDefaultConfig()
- ExplodeTest::instantiatePlugin in tests/
src/ Unit/ Plugin/ Tamper/ ExplodeTest.php - Instantiates a plugin.
File
- tests/
src/ Unit/ Plugin/ Tamper/ ExplodeTest.php, line 67
Class
- ExplodeTest
- Tests the explode plugin.
Namespace
Drupal\Tests\tamper\Unit\Plugin\TamperCode
protected function getPluginDefaultConfig() {
return new Explode([], 'explode', [], $this
->getMockSourceDefinition());
}