You are here

protected function FeedValidationTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 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() : void {
  parent::setUp();
  $this
    ->installEntitySchema('aggregator_feed');
}