function FeedValidationTest::setUp

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

Overrides EntityKernelTestBase::setUp

File

core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php, line 25

Class

FeedValidationTest
Tests feed validation constraints.

Namespace

Drupal\Tests\aggregator\Kernel

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.