protected property SqlBaseTest::$migration in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\SqlBaseTest::migration
- 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\KernelCode
protected $migration;