Skip to content

Commit

Permalink
Test with PHPUnit 9 & 10
Browse files Browse the repository at this point in the history
  • Loading branch information
micheh committed Dec 30, 2024
1 parent f3989f4 commit 534e604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^8.5.14 || ^9.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"squizlabs/php_codesniffer": "^3.5.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Report/GitlabTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function testGenerateWithEmpty(): void
/**
* @return array<string, array<string>>
*/
public function violations(): array
public static function violations(): array
{
return [
'single' => ['Single'],
Expand Down

0 comments on commit 534e604

Please sign in to comment.