Skip to content

Commit

Permalink
Add phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 3, 2023
1 parent 92b722e commit c09ba02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"knplabs/gaufrette": "^0.11.1"
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8 || ^9",
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10",
"wdes/coding-standard": "^3.0",
"nyholm/psr7": "^1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion test/src/ResumableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function testResumableParamsGetRequest(): void
$this->assertEquals($resumableParams, $this->resumable->resumableParams());
}

public function isFileUploadCompleteProvider(): array
public static function isFileUploadCompleteProvider(): array
{
return [
['mock.png', 'files', 20, 60, true],
Expand Down

0 comments on commit c09ba02

Please sign in to comment.