Skip to content

Commit dee8d3e

Browse files
Drop not longer required PHPUnit versions
1 parent 4ed7bd3 commit dee8d3e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Tests/Console/MassiveOutputFormatterTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class MassiveOutputFormatterTest extends BaseTestCase
2121
* @param string $message
2222
* @param int $indent
2323
* @param string $expected
24-
*
25-
* @dataProvider getDecorationDataProvider
2624
*/
2725
#[DataProvider('getDecorationDataProvider')]
2826
public function testThatOutputWillBeDecorated($message, $indent, $expected)
@@ -43,8 +41,6 @@ public static function getDecorationDataProvider()
4341
/**
4442
* @param string $message
4543
* @param int $indent
46-
*
47-
* @dataProvider getNonDecorationDataProvider
4844
*/
4945
#[DataProvider('getNonDecorationDataProvider')]
5046
public function testThatOutputWillNotBeDecorated($message, $indent)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0",
21-
"matthiasnoback/symfony-dependency-injection-test": "^5.1 || ^6.0",
20+
"phpunit/phpunit": "^11.0 || ^12.0",
21+
"matthiasnoback/symfony-dependency-injection-test": "^6.2",
2222
"phpspec/prophecy": "^1.14",
2323
"phpspec/prophecy-phpunit": "^2.0"
2424
},

0 commit comments

Comments
 (0)