Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 24, 2024
1 parent 33abb3e commit 356ffb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/ContentEncodingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class ContentEncodingTest extends TestCase
{
public function encodingsProvider(): array
public static function encodingsProvider(): array
{
return [
[
Expand Down
2 changes: 1 addition & 1 deletion tests/ContentLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class ContentLanguageTest extends TestCase
{
public function languagesProvider(): array
public static function languagesProvider(): array
{
return [
[
Expand Down
2 changes: 1 addition & 1 deletion tests/ContentTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class ContentTypeTest extends TestCase
{
public function formatsProvider(): array
public static function formatsProvider(): array
{
return [
[
Expand Down

0 comments on commit 356ffb4

Please sign in to comment.