function ResponsiveImageIntegrationTest::setUp
Same name in other branches
- 9 core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::setUp()
- 10 core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::setUp()
- 11.x core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::setUp()
Overrides KernelTestBase::setUp
File
-
core/
modules/ responsive_image/ tests/ src/ Kernel/ ResponsiveImageIntegrationTest.php, line 35
Class
- ResponsiveImageIntegrationTest
- Tests the integration of responsive image with other components.
Namespace
Drupal\Tests\responsive_image\KernelCode
protected function setUp() {
parent::setUp();
$this->installEntitySchema('entity_test');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.