Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 6bbbacf

Browse files
committed
Support phpUnit 11
1 parent 197b502 commit 6bbbacf

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
@@ -32,7 +32,7 @@
3232
"monolog/monolog": "^1.12||^2.0||^3.2"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10",
35+
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10 || ^11",
3636
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
3737
"phpstan/phpstan": "^1.4",
3838
"wdes/coding-standard": "^3.2"

tests/TopicsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function testTransformConditionOperators()
129129
/**
130130
* @return array[]
131131
*/
132-
public function dataProviderInvalidConditionOperators()
132+
public static function dataProviderInvalidConditionOperators()
133133
{
134134
return [
135135
[

0 commit comments

Comments
 (0)