protected function DefaultConfigTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php \Drupal\KernelTests\Core\Config\DefaultConfigTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ DefaultConfigTest.php, line 39
Class
- DefaultConfigTest
- Tests that default configuration provided by all modules matches schema.
Namespace
Drupal\KernelTests\Core\ConfigCode
protected function setUp() {
parent::setUp();
\Drupal::service('theme_installer')
->install($this->themes);
}