diff --git a/composer.json b/composer.json index 80d30c7..610e38d 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "composer/composer": "^2", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^11.3", "squizlabs/php_codesniffer": "^3.7" } } diff --git a/tests/Methods/LibraryTest.php b/tests/Methods/LibraryTest.php index 1d92c2b..6c18205 100644 --- a/tests/Methods/LibraryTest.php +++ b/tests/Methods/LibraryTest.php @@ -17,7 +17,7 @@ public function testResourcesDir($expected, $projectPath) $this->assertEquals($expected, $lib->getResourcesDir()); } - public function resourcesDirProvider() + public static function resourcesDirProvider() { return [ ['_resources', 'ss43'],