mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
// fixing once more, wrong code pasted :(
This commit is contained in:
@ -59,9 +59,9 @@ it('disable decorating printer when colors is set to never', function () {
|
|||||||
$output = $process->getOutput();
|
$output = $process->getOutput();
|
||||||
|
|
||||||
assertStringContainsString(<<<EOF
|
assertStringContainsString(<<<EOF
|
||||||
\e[30;42;1m PASS \e[39;49;22m\e[39m Tests\Fixtures\DirectoryWithTests\ExampleTest\e[39m
|
PASS Tests\Fixtures\DirectoryWithTests\ExampleTest
|
||||||
\e[32;1m✓\e[39;22m\e[39m \e[2mit example 1\e[22m\e[39m
|
✓ \e[2mit example 1\e[22m
|
||||||
|
|
||||||
\e[37;1mTests: \e[39;22m\e[32;1m1 passed\e[39;22m
|
Tests: 1 passed
|
||||||
EOF, $output);
|
EOF, $output);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user