function AggregatorFeedViewsFieldAccessTest::setUp

Overrides FieldFieldAccessTestBase::setUp

File

core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php, line 24

Class

AggregatorFeedViewsFieldAccessTest
Tests base field access in Views for the aggregator_feed entity.

Namespace

Drupal\Tests\aggregator\Kernel\Views

Code

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

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