You are here

protected property DrupalSqlBaseTest::$migrationConfiguration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php \Drupal\Tests\migrate_drupal\Unit\source\DrupalSqlBaseTest::migrationConfiguration

Define bare minimum migration configuration.

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php, line 17

Class

DrupalSqlBaseTest
@coversDefaultClass Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase @group migrate_drupal

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

protected $migrationConfiguration = [
  'id' => 'DrupalSqlBase',
];