function ImageEffectsTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/image/tests/src/Kernel/ImageEffectsTest.php, line 42

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');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.