We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb96f45 commit a3cf734Copy full SHA for a3cf734
composer.json
@@ -66,7 +66,7 @@
66
"phlak/semver": "^4.1 || ^6.0",
67
"php-mock/php-mock-phpunit": "^2.7||^1.1",
68
"phpstan/phpstan": "^2.0",
69
- "phpunit/phpunit": "^11.2.6||^10.5.25",
+ "phpunit/phpunit": "^11.4.4||^10.5.25",
70
"zenstruck/console-test": "^1.6"
71
}
72
tests/ApplicationTest.php
@@ -37,12 +37,12 @@ public function expectedCommandsAreListed(): void
37
38
$this->assertStringContainsString(
39
'init',
40
- $output[17],
+ $output[18],
41
'Expected init command not listed.'
42
);
43
44
'validate',
45
- $output[19],
+ $output[20],
46
'Expected validate command not listed.'
47
48
$this->assertEquals(Command::SUCCESS, $returnValue);
0 commit comments