From c09ba02b2a75474cf707293d948eac6db8288ac2 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 3 Dec 2023 21:44:31 +0100 Subject: [PATCH] Add phpunit 10 --- composer.json | 2 +- test/src/ResumableTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 77fc537..d6fa531 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/test/src/ResumableTest.php b/test/src/ResumableTest.php index fd2313b..2ea7c6b 100644 --- a/test/src/ResumableTest.php +++ b/test/src/ResumableTest.php @@ -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],