mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
// tiny fix
This commit is contained in:
@ -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 2\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);
|
||||
|
||||
Reference in New Issue
Block a user