function MigrationLookupTestCase::setUp
Overrides MigrateProcessTestCase::setUp
File
-
core/
modules/ migrate/ tests/ src/ Unit/ process/ MigrationLookupTestCase.php, line 31
Class
- MigrationLookupTestCase
- Provides container handling for migration lookup unit tests.
Namespace
Drupal\Tests\migrate\Unit\processCode
protected function setUp() {
parent::setUp();
$this->migrateStub = $this->prophesize(MigrateStub::class);
$this->migrateLookup = $this->prophesize(MigrateLookupInterface::class);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.