function ConfigActionValidationTest::setUp
Same name in other branches
- 10 core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php \Drupal\KernelTests\Core\Recipe\ConfigActionValidationTest::setUp()
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigActionValidationTest.php, line 44
Class
- ConfigActionValidationTest
- @group Recipe
Namespace
Drupal\KernelTests\Core\RecipeCode
protected function setUp() : void {
parent::setUp();
$this->installConfig('shortcut');
$this->installEntitySchema('shortcut');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.