Merge pull request #1187 from creative-commoners/pulls/6/php82

MNT Unit test PHP 8.2 compatibility
This commit is contained in:
Guy Sartorelli 2023-01-26 10:14:02 +13:00 committed by GitHub
commit 65d455f17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class SubmittedFileFieldTest extends SapphireTest
{ {
protected $file; protected $file;
protected $submittedForm; protected $submittedForm;
protected $submittedFile;
protected function setUp(): void protected function setUp(): void
{ {