You are here

protected property AggregatorFeedTest::$migrationConfiguration in Zircon Profile 8.0

Same name in this branch
  1. 8.0 core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/d6/AggregatorFeedTest.php \Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d6\AggregatorFeedTest::migrationConfiguration
  2. 8.0 core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/d7/AggregatorFeedTest.php \Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d7\AggregatorFeedTest::migrationConfiguration
Same name and namespace in other branches
  1. 8 core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/d7/AggregatorFeedTest.php \Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d7\AggregatorFeedTest::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/d7/AggregatorFeedTest.php, line 21
Contains \Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d7\AggregatorFeedTest.

Class

AggregatorFeedTest
Tests D7 aggregator feed source plugin.

Namespace

Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d7

Code

protected $migrationConfiguration = array(
  'id' => 'test',
  'source' => array(
    'plugin' => 'd7_aggregator_feed',
  ),
);