Skip to content

Commit aa84148

Browse files
committed
Test with PHPUnit 9
1 parent f3989f4 commit aa84148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"phpstan/phpstan": "^2.0",
26-
"phpunit/phpunit": "^8.5.14 || ^9.0",
26+
"phpunit/phpunit": "^9.0",
2727
"squizlabs/php_codesniffer": "^3.5.0"
2828
},
2929
"autoload": {

tests/Report/GitlabTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testGenerateWithEmpty(): void
7070
/**
7171
* @return array<string, array<string>>
7272
*/
73-
public function violations(): array
73+
public static function violations(): array
7474
{
7575
return [
7676
'single' => ['Single'],

0 commit comments

Comments
 (0)