function FeedValidationTest::setUp

Overrides EntityKernelTestBase::setUp

File

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

Class

FeedValidationTest
Tests feed validation constraints.

Namespace

Drupal\Tests\aggregator\Kernel

Code

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

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