You are here

protected property SqlBaseTest::$migration in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\SqlBaseTest::migration
  2. 10 core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\SqlBaseTest::migration

The (probably mocked) migration under test.

Type: \Drupal\migrate\Plugin\MigrationInterface

Overrides MigrateTestBase::$migration

File

core/modules/migrate/tests/src/Kernel/SqlBaseTest.php, line 30
Contains \Drupal\Tests\migrate\Kernel\SqlBaseTest.

Class

SqlBaseTest
Tests the functionality of SqlBase.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected $migration;