Skip to content

Commit 3d99993

Browse files
Merge branch '5.4' into 6.3
* 5.4: Make tests green again
2 parents 2027be1 + 6172e4a commit 3d99993

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
@@ -460,6 +460,10 @@ public function testDumpArrayWithColor($value, $flags, $expectedOut)
460460

461461
public function testCollapse()
462462
{
463+
if ('\\' === \DIRECTORY_SEPARATOR) {
464+
$this->markTestSkipped('This test cannot be run on Windows.');
465+
}
466+
463467
$stub = new Stub();
464468
$stub->type = Stub::TYPE_OBJECT;
465469
$stub->class = 'stdClass';

0 commit comments

Comments
 (0)