function 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');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.