From d5e1c07c8c0a6e9e66ac14f962d5e912b821c8e8 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Sep 2024 17:46:23 +1200 Subject: [PATCH] DEP Use PHPUnit 11 --- composer.json | 2 +- tests/TikaServerTextExtractorTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f5aa654..eba5f6e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "^3", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^11.3", "silverstripe/standards": "^1", "phpstan/extension-installer": "^1.3" }, diff --git a/tests/TikaServerTextExtractorTest.php b/tests/TikaServerTextExtractorTest.php index b47dfb0..e56b026 100644 --- a/tests/TikaServerTextExtractorTest.php +++ b/tests/TikaServerTextExtractorTest.php @@ -62,7 +62,7 @@ public function testIsAvailable($version, $expected) /** * @return array[] */ - public function isAvailableProvider() + public static function isAvailableProvider() { return [ ['1.5.2', false],