public function MigrateAggregatorStubTest::testFeedStub in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/aggregator/src/Tests/Migrate/MigrateAggregatorStubTest.php \Drupal\aggregator\Tests\Migrate\MigrateAggregatorStubTest::testFeedStub()
Tests creation of aggregator feed stubs.
File
- core/
modules/ aggregator/ src/ Tests/ Migrate/ MigrateAggregatorStubTest.php, line 40 - Contains \Drupal\aggregator\Tests\Migrate\MigrateAggregatorStubTest.
Class
- MigrateAggregatorStubTest
- Test stub creation for aggregator feeds and items.
Namespace
Drupal\aggregator\Tests\MigrateCode
public function testFeedStub() {
$this
->performStubTest('aggregator_feed');
}