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