You are here

protected function ItemWithoutFeedTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Tests/ItemWithoutFeedTest.php \Drupal\aggregator\Tests\ItemWithoutFeedTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/aggregator/src/Tests/ItemWithoutFeedTest.php, line 28
Contains \Drupal\aggregator\Tests\ItemWithoutFeedTest.

Class

ItemWithoutFeedTest
Tests clean handling of an item with a missing feed ID.

Namespace

Drupal\aggregator\Tests

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('aggregator_feed');
  $this
    ->installEntitySchema('aggregator_item');
}