You are here

protected property SaveUploadTest::$maxFidBefore in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/file/tests/src/Functional/SaveUploadTest.php \Drupal\Tests\file\Functional\SaveUploadTest::maxFidBefore
  2. 10 core/modules/file/tests/src/Functional/SaveUploadTest.php \Drupal\Tests\file\Functional\SaveUploadTest::maxFidBefore

The largest file id when the test starts.

Type: int

File

core/modules/file/tests/src/Functional/SaveUploadTest.php, line 53

Class

SaveUploadTest
Tests the file_save_upload() function.

Namespace

Drupal\Tests\file\Functional

Code

protected $maxFidBefore;