Skip to content

Commit

Permalink
Merge pull request #92 from WoltLab/uploaded-file-test
Browse files Browse the repository at this point in the history
Fix typo in property name in `UploadedFileTest::setUp()`
  • Loading branch information
Ocramius committed Jun 10, 2022
2 parents 7a765f4 + 86df324 commit 2b88060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/UploadedFileTest.php
Expand Up @@ -36,7 +36,7 @@ class UploadedFileTest extends TestCase

protected function setUp() : void
{
$this->tmpfile = null;
$this->tmpFile = null;
}

protected function tearDown() : void
Expand Down

0 comments on commit 2b88060

Please sign in to comment.