File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 "phlak/semver" : " ^4.1 || ^6.0" ,
6767 "php-mock/php-mock-phpunit" : " ^2.7||^1.1" ,
6868 "phpstan/phpstan" : " ^2.0" ,
69- "phpunit/phpunit" : " ^11.2.6 ||^10.5.25" ,
69+ "phpunit/phpunit" : " ^11.4.4 ||^10.5.25" ,
7070 "zenstruck/console-test" : " ^1.6"
7171 }
7272}
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ public function expectedCommandsAreListed(): void
3737
3838 $ this ->assertStringContainsString (
3939 'init ' ,
40- $ output[ 17 ] ,
40+ implode ( '' , $ output) ,
4141 'Expected init command not listed. '
4242 );
4343 $ this ->assertStringContainsString (
4444 'validate ' ,
45- $ output[ 19 ] ,
45+ implode ( '' , $ output) ,
4646 'Expected validate command not listed. '
4747 );
4848 $ this ->assertEquals (Command::SUCCESS , $ returnValue );
You can’t perform that action at this time.
0 commit comments