You are here

protected function FeedValidationTest::setUp in Zircon Profile 8

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

Performs setup tasks before each individual test method is run.

Overrides EntityUnitTestBase::setUp

File

core/modules/aggregator/src/Tests/FeedValidationTest.php, line 30
Contains \Drupal\aggregator\Tests\FeedValidationTest.

Class

FeedValidationTest
Tests feed validation constraints.

Namespace

Drupal\aggregator\Tests

Code

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