protected function ImageEffectsTest::setUp in Drupal 10
Same name and namespace in other branches
- 9 core/modules/image/tests/src/Kernel/ImageEffectsTest.php \Drupal\Tests\image\Kernel\ImageEffectsTest::setUp()
File
- core/
modules/ image/ tests/ src/ Kernel/ ImageEffectsTest.php, line 40
Class
- ImageEffectsTest
- Tests image effects.
Namespace
Drupal\Tests\image\KernelCode
protected function setUp() : void {
parent::setUp();
$this->imageEffectPluginManager = $this->container
->get('plugin.manager.image.effect');
}