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

Skip to content

Commit 09b6f32

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ public function testDumpWithCommaFlagsAndExceptionCodeExcerpt()
153153
trace: {
154154
%ACliDumperTest.php:%d {
155155
Symfony\Component\VarDumper\Tests\Dumper\CliDumperTest->testDumpWithCommaFlagsAndExceptionCodeExcerpt()
156-
156+
157157
› $ex = new \RuntimeException('foo');
158-
158+
159159
}
160160
%A
161161
}
@@ -368,7 +368,7 @@ public function testThrowingCaster()
368368
__TwigTemplate_VarDumperFixture_u75a09->doDisplay(array \$context, array \$blocks = [])
369369
› foo bar
370370
› twig source
371-
371+
372372
}
373373
%s%eTemplate.php:%d { …}
374374
%s%eTemplate.php:%d { …}
@@ -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