protected property AggregatorItemTest::$expectedResults in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/AggregatorItemTest.php \Drupal\Tests\aggregator\Unit\Plugin\migrate\source\AggregatorItemTest::expectedResults
Expected results after the source parsing.
Type: array
Overrides MigrateSqlSourceTestCase::$expectedResults
File
- core/
modules/ aggregator/ tests/ src/ Unit/ Plugin/ migrate/ source/ AggregatorItemTest.php, line 28 - Contains \Drupal\Tests\aggregator\Unit\Plugin\migrate\source\AggregatorItemTest.
Class
- AggregatorItemTest
- Tests aggregator item source plugin.
Namespace
Drupal\Tests\aggregator\Unit\Plugin\migrate\sourceCode
protected $expectedResults = array(
array(
'iid' => 1,
'fid' => 1,
'title' => 'This (three) weeks in Drupal Core - January 10th 2014',
'link' => 'https://groups.drupal.org/node/395218',
'author' => 'larowlan',
'description' => "<h2 id='new'>What's new with Drupal 8?</h2>",
'timestamp' => 1389297196,
'guid' => '395218 at https://groups.drupal.org',
),
);