Skip to content

Commit

Permalink
Merge branch '5.4' into 6.3
Browse files Browse the repository at this point in the history
* 5.4:
  Make tests green again
  • Loading branch information
nicolas-grekas committed Sep 12, 2023
2 parents 2027be1 + 6172e4a commit 3d99993
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Dumper/CliDumperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ public function testDumpArrayWithColor($value, $flags, $expectedOut)

public function testCollapse()
{
if ('\\' === \DIRECTORY_SEPARATOR) {
$this->markTestSkipped('This test cannot be run on Windows.');
}

$stub = new Stub();
$stub->type = Stub::TYPE_OBJECT;
$stub->class = 'stdClass';
Expand Down

0 comments on commit 3d99993

Please sign in to comment.