protected function FeedValidationTest::setUp in Drupal 8
Same name and namespace in other branches
- 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\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('aggregator_feed');
}