File tree 1 file changed +4
-3
lines changed
src/Symfony/Component/VarDumper/Tests/Dumper
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ public function testDumpWithCommaFlagsAndExceptionCodeExcerpt()
153
153
trace: {
154
154
%ACliDumperTest.php:%d {
155
155
Symfony\Component\VarDumper\Tests\Dumper\CliDumperTest->testDumpWithCommaFlagsAndExceptionCodeExcerpt()
156
- ›
156
+ ›
157
157
› $ex = new \RuntimeException('foo');
158
- ›
158
+ ›
159
159
}
160
160
%A
161
161
}
@@ -368,7 +368,7 @@ public function testThrowingCaster()
368
368
__TwigTemplate_VarDumperFixture_u75a09->doDisplay(array \$context, array \$blocks = [])
369
369
› foo bar
370
370
› twig source
371
- ›
371
+ ›
372
372
}
373
373
%s%eTemplate.php:%d { …}
374
374
%s%eTemplate.php:%d { …}
@@ -576,6 +576,7 @@ public function testCollapse()
576
576
]);
577
577
578
578
$ dumper = new CliDumper ();
579
+ $ dumper ->setColors (false );
579
580
$ dump = $ dumper ->dump ($ data , true );
580
581
581
582
$ this ->assertSame (
You can’t perform that action at this time.
0 commit comments