You are here

protected function CopyTest::setUp in Drupal 10

File

core/modules/file/tests/src/Kernel/CopyTest.php, line 31

Class

CopyTest
Tests the file copy function.

Namespace

Drupal\Tests\file\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->fileRepository = $this->container
    ->get('file.repository');
}