You are here

protected property FileUploadTest::$fileStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/FileUploadTest.php \Drupal\Tests\jsonapi\Functional\FileUploadTest::fileStorage

The entity storage for the 'file' entity type.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/jsonapi/tests/src/Functional/FileUploadTest.php, line 103

Class

FileUploadTest
Tests binary data file upload route.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected $fileStorage;