You are here

protected property FilterIdTest::$executable 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::executable
  2. 9 core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php \Drupal\Tests\filter\Kernel\Plugin\migrate\process\FilterIdTest::executable

The mocked MigrateExecutable.

Type: \Drupal\migrate\MigrateExecutableInterface|\PHPUnit\Framework\MockObject\MockObject

File

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

Class

FilterIdTest
Unit tests of the filter_id plugin.

Namespace

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

Code

protected $executable;