You are here

protected function FilterIdTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 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() {
  parent::setUp();
  $this->executable = $this
    ->createMock(MigrateExecutableInterface::class);
}