mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
// missing change
This commit is contained in:
@ -42,7 +42,7 @@ it('has ascii chars (decorated printer)', function () {
|
||||
$output = $process->getOutput();
|
||||
assertStringContainsString(<<<EOF
|
||||
\e[30;42;1m PASS \e[39;49;22m\e[39m Tests\Fixtures\DirectoryWithTests\ExampleTest\e[39m
|
||||
\e[32;1m✓\e[39;22m\e[39m \e[2mit example\e[22m\e[39m
|
||||
\e[32;1m✓\e[39;22m\e[39m \e[2mit example 1\e[22m\e[39m
|
||||
|
||||
\e[37;1mTests: \e[39;22m\e[32;1m1 passed\e[39;22m
|
||||
EOF, $output);
|
||||
@ -60,7 +60,7 @@ it('disable decorating printer when colors is set to never', function () {
|
||||
|
||||
assertStringContainsString(<<<EOF
|
||||
\e[30;42;1m PASS \e[39;49;22m\e[39m Tests\Fixtures\DirectoryWithTests\ExampleTest\e[39m
|
||||
\e[32;1m✓\e[39;22m\e[39m \e[2mit example\e[22m\e[39m
|
||||
\e[32;1m✓\e[39;22m\e[39m \e[2mit example 2\e[22m\e[39m
|
||||
|
||||
\e[37;1mTests: \e[39;22m\e[32;1m1 passed\e[39;22m
|
||||
EOF, $output);
|
||||
|
||||
Reference in New Issue
Block a user