You are here

protected function FileUploadHandlerTest::setUp in Drupal 10

File

core/modules/file/tests/src/Kernel/FileUploadHandlerTest.php, line 32

Class

FileUploadHandlerTest
Tests the file upload handler.

Namespace

Drupal\Tests\file\Kernel

Code

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