function ResponsiveImageIntegrationTest::setUp

Same name and namespace in other branches
  1. 9 core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::setUp()
  2. 8.9.x core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::setUp()
  3. 10 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 37

Class

ResponsiveImageIntegrationTest
Tests the integration of responsive image with other components.

Namespace

Drupal\Tests\responsive_image\Kernel

Code

protected function setUp() : void {
    parent::setUp();
    $this->installEntitySchema('entity_test');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.