function FilterIdTest::setUp
Same name in other branches
- 8.9.x core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php \Drupal\Tests\filter\Kernel\Plugin\migrate\process\FilterIdTest::setUp()
- 10 core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php \Drupal\Tests\filter\Kernel\Plugin\migrate\process\FilterIdTest::setUp()
- 11.x 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\processCode
protected function setUp() : void {
parent::setUp();
$this->executable = $this->createMock(MigrateExecutableInterface::class);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.