Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Symfony changed the signature of their constructor when switching from `4.0` to `4.1`, which caused the tests to fail on the 'lowest' composer depenedencies.  This commit switches the test from using the `4.1` signature to the `4.0` signature so it passes for all users in the range of dependencies.  IMO, this was a BC break on Symfony's part that should never have happened, but we'll adjust to satisfy it.

symfony/http-foundation@4.0...4.1#diff-6c8d56052f6c60629eaaa4fca7887288L58
  • Loading branch information
browner12 committed Jul 24, 2018
1 parent 72d299d commit 94d6b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Http/HttpUploadedFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function testUploadedFileCanRetrieveContentsFromTextFile()
'test.txt',
null,
null,
null,
true
);

Expand Down

0 comments on commit 94d6b00

Please sign in to comment.