8000 [VarDumper] Fixed broken CI · symfony/symfony@e602ba8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e602ba8

Browse files
committed
[VarDumper] Fixed broken CI
1 parent fa7531f commit e602ba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ public function testCollapse()
576576
]);
577577

578578
$dumper = new CliDumper();
579+
$dumper->setColors(false);
579580
$dump = $dumper->dump($data, true);
580581

581582
$this->assertSame(

0 commit comments

Comments
 (0)
0