protected function ConfigEntityNormalizeTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php \Drupal\KernelTests\Core\Config\ConfigEntityNormalizeTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEntityNormalizeTest.php, line 21
Class
- ConfigEntityNormalizeTest
- Tests the listing of configuration entities.
Namespace
Drupal\KernelTests\Core\ConfigCode
protected function setUp() {
parent::setUp();
$this
->installConfig(static::$modules);
}