protected function MoveTest::setUp in Drupal 10
File
- core/
modules/ file/ tests/ src/ Kernel/ MoveTest.php, line 32
Class
- MoveTest
- Tests the file move function.
Namespace
Drupal\Tests\file\KernelCode
protected function setUp() : void {
parent::setUp();
$this->fileRepository = $this->container
->get('file.repository');
}