protected function ResizeTest::setUp in IMCE 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/Plugin/ImcePlugin/ResizeTest.php \Drupal\Tests\imce\Kernel\Plugin\ImcePlugin\ResizeTest::setUp()
Overrides KernelTestBasePlugin::setUp
File
- tests/
src/ Kernel/ Plugin/ ImcePlugin/ ResizeTest.php, line 53
Class
- ResizeTest
- Kernel tests for Imce plugins for Imce Plugin Core.
Namespace
Drupal\Tests\imce\Kernel\Plugin\ImcePluginCode
protected function setUp() : void {
parent::setUp();
$this->imceFM = $this
->getImceFM();
$this
->getTestFileUri();
$this->resize = new Resize([], 'resize', []);
$this
->setSelection();
}