From 356ffb4daef13ebc287a0ad139bda6a73f8e8b52 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sun, 24 Mar 2024 15:21:30 +0100 Subject: [PATCH] test --- composer.json | 2 +- tests/ContentEncodingTest.php | 2 +- tests/ContentLanguageTest.php | 2 +- tests/ContentTypeTest.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d4503f3..23fdaaf 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "psr/http-server-middleware": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^8|^9|^10", + "phpunit/phpunit": "^8|^9|^10|^11", "friendsofphp/php-cs-fixer": "^2.0", "oscarotero/php-cs-fixer-config": "^1.0", "squizlabs/php_codesniffer": "^3.0", diff --git a/tests/ContentEncodingTest.php b/tests/ContentEncodingTest.php index 4590e34..d17fb68 100644 --- a/tests/ContentEncodingTest.php +++ b/tests/ContentEncodingTest.php @@ -10,7 +10,7 @@ class ContentEncodingTest extends TestCase { - public function encodingsProvider(): array + public static function encodingsProvider(): array { return [ [ diff --git a/tests/ContentLanguageTest.php b/tests/ContentLanguageTest.php index 4a47db5..8abdaad 100644 --- a/tests/ContentLanguageTest.php +++ b/tests/ContentLanguageTest.php @@ -10,7 +10,7 @@ class ContentLanguageTest extends TestCase { - public function languagesProvider(): array + public static function languagesProvider(): array { return [ [ diff --git a/tests/ContentTypeTest.php b/tests/ContentTypeTest.php index 5e6c89c..2c306f1 100644 --- a/tests/ContentTypeTest.php +++ b/tests/ContentTypeTest.php @@ -10,7 +10,7 @@ class ContentTypeTest extends TestCase { - public function formatsProvider(): array + public static function formatsProvider(): array { return [ [