function FeedValidationTest::setUp
Same name in other branches
- 8.9.x 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 26
Class
- FeedValidationTest
- Tests feed validation constraints.
Namespace
Drupal\Tests\aggregator\KernelCode
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.