You are here

protected function ImageEffectsTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 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\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->imageEffectPluginManager = $this->container
    ->get('plugin.manager.image.effect');
}