You are here

protected property MaximumFileSizeExceededUploadTest::$originalDisplayErrorsValue in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php \Drupal\Tests\file\FunctionalJavascript\MaximumFileSizeExceededUploadTest::originalDisplayErrorsValue

The original value of the 'display_errors' PHP configuration option.

@todo Remove this when issue #2905597 is fixed.

Type: string

See also

https://www.drupal.org/node/2905597

File

core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php, line 52

Class

MaximumFileSizeExceededUploadTest
Tests uploading a file that exceeds the maximum file size.

Namespace

Drupal\Tests\file\FunctionalJavascript

Code

protected $originalDisplayErrorsValue;