protected property AggregatorFeedTest::$migrationConfiguration in Zircon Profile 8
Same name in this branch
- 8 core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/d6/AggregatorFeedTest.php \Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d6\AggregatorFeedTest::migrationConfiguration
- 8 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
- 8.0 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\d7Code
protected $migrationConfiguration = array(
'id' => 'test',
'source' => array(
'plugin' => 'd7_aggregator_feed',
),
);