protected function ImageStyleIntegrationTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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 35
Class
- ImageStyleIntegrationTest
- Tests the integration of ImageStyle with the core.
Namespace
Drupal\Tests\image\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('node');
}