protected function ElementInfoIntegrationTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php \Drupal\KernelTests\Core\Render\ElementInfoIntegrationTest::setUp()
- 10 core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php \Drupal\KernelTests\Core\Render\ElementInfoIntegrationTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Render/ ElementInfoIntegrationTest.php, line 17
Class
- ElementInfoIntegrationTest
- Tests the element info.
Namespace
Drupal\KernelTests\Core\RenderCode
protected function setUp() {
parent::setUp();
$this->container
->get('theme_installer')
->install([
'test_theme',
'classy',
]);
}