protected function ToolkitTest::setUp in Drupal 9
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Image/ ToolkitTest.php, line 37
Class
- ToolkitTest
- Tests the image toolkit.
Namespace
Drupal\KernelTests\Core\ImageCode
protected function setUp() : void {
parent::setUp();
$this->image = $this
->getImage();
$this
->imageTestReset();
}