Skip to content

Commit d8e7cd4

Browse files
staabmsebastianbergmann
authored andcommitted
skip colorize test on windows
similar to other colorized tests
1 parent a28d702 commit d8e7cd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/end-to-end/logging/testdox/testdox-print-previous-exception-colorized.phpt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
--TEST--
22
https://github.com/sebastianbergmann/phpunit/issues/5863
3+
--SKIPIF--
4+
<?php declare(strict_types=1);
5+
if (stripos(\PHP_OS, 'WIN') === 0) {
6+
print 'skip: Colorized diff is different on Windows.';
7+
}
38
--FILE--
49
<?php declare(strict_types=1);
510
$_SERVER['argv'][] = '--display-errors';

0 commit comments

Comments
 (0)