function ImageEffectsTest::setUp
Overrides ToolkitTestBase::setUp
File
-
core/
modules/ image/ tests/ src/ Functional/ ImageEffectsTest.php, line 34
Class
- ImageEffectsTest
- Tests that the image effects pass parameters to the toolkit correctly.
Namespace
Drupal\Tests\image\FunctionalCode
protected function setUp() {
parent::setUp();
$this->manager = $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.