You are here

public function MigrateAggregatorStubTest::testItemStub in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php \Drupal\Tests\aggregator\Kernel\Migrate\MigrateAggregatorStubTest::testItemStub()

Tests creation of aggregator feed items.

File

core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php, line 41

Class

MigrateAggregatorStubTest
Test stub creation for aggregator feeds and items.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate

Code

public function testItemStub() {
  $this
    ->performStubTest('aggregator_item');
}