protected function FileMoveTest::setUp in Drupal 10
File
- core/
modules/ image/ tests/ src/ Functional/ FileMoveTest.php, line 45
Class
- FileMoveTest
- Tests the file move function for images and image styles.
Namespace
Drupal\Tests\image\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->fileRepository = $this->container
->get('file.repository');
}