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
1 changed files with 1 additions and 0 deletions

View File

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