Skip to content

Commit 6172e4a

Browse files
vtsykunnicolas-grekas
authored andcommitted
Make tests green again
1 parent 684b36f commit 6172e4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Dumper/CliDumperTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,10 @@ public function testDumpArrayWithColor($value, $flags, $expectedOut)
553553

554554
public function testCollapse()
555555
{
556+
if ('\\' === \DIRECTORY_SEPARATOR) {
557+
$this->markTestSkipped('This test cannot be run on Windows.');
558+
}
559+
556560
$stub = new Stub();
557561
$stub->type = Stub::TYPE_OBJECT;
558562
$stub->class = 'stdClass';

0 commit comments

Comments
 (0)