You are here

protected function FilterIdTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php \Drupal\Tests\filter\Kernel\Plugin\migrate\process\FilterIdTest::setUp()
  2. 9 core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php \Drupal\Tests\filter\Kernel\Plugin\migrate\process\FilterIdTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php, line 35

Class

FilterIdTest
Unit tests of the filter_id plugin.

Namespace

Drupal\Tests\filter\Kernel\Plugin\migrate\process

Code

protected function setUp() : void {
  parent::setUp();
  $this->executable = $this
    ->createMock(MigrateExecutableInterface::class);
}