File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/Symfony/Component/Console/Tests/Helper Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ public function formatTimeProvider()
43
43
44
44
/**
45
45
* @dataProvider formatTimeProvider
46
+ *
46
47
* @param int $secs
47
48
* @param string $expectedFormat
48
49
*/
Original file line number Diff line number Diff line change @@ -591,17 +591,17 @@ public function testAnsiColorsAndEmojis()
591
591
$ this ->generateOutput (
592
592
" \033[44;37m Starting the demo... fingers crossed \033[0m \n" .
593
593
' 0/15 ' .$ progress .str_repeat ($ empty , 26 )." 0% \n" .
594
- " \xf0\x9f\x8f\x81 1 sec \033[44;37m 0 B \033[0m "
594
+ " \xf0\x9f\x8f\x81 < 1 sec \033[44;37m 0 B \033[0m "
595
595
).
596
596
$ this ->generateOutput (
597
597
" \033[44;37m Looks good to me... \033[0m \n" .
598
598
' 4/15 ' .str_repeat ($ done , 7 ).$ progress .str_repeat ($ empty , 19 )." 26% \n" .
599
- " \xf0\x9f\x8f\x81 1 sec \033[41;37m 97 KiB \033[0m "
599
+ " \xf0\x9f\x8f\x81 < 1 sec \033[41;37m 97 KiB \033[0m "
600
600
).
601
601
$ this ->generateOutput (
602
602
" \033[44;37m Thanks, bye \033[0m \n" .
603
603
' 15/15 ' .str_repeat ($ done , 28 )." 100% \n" .
604
- " \xf0\x9f\x8f\x81 1 sec \033[41;37m 195 KiB \033[0m "
604
+ " \xf0\x9f\x8f\x81 < 1 sec \033[41;37m 195 KiB \033[0m "
605
605
),
606
606
stream_get_contents ($ output ->getStream ())
607
607
);
You can’t perform that action at this time.
0 commit comments