protected function ActionDeleteTest::setUp in User Merge 2.x
Throws
\Drupal\Component\Plugin\Exception\PluginException
Overrides ActionBase::setUp
File
- tests/
src/ Kernel/ ActionDeleteTest.php, line 30
Class
- ActionDeleteTest
- Class ActionDeleteTest.
Namespace
Drupal\Tests\usermerge\KernelCode
protected function setUp() {
parent::setUp();
$this->action = $this->userMergeActionManager
->createInstance('action_delete');
}