8000 minor #16396 [3.0] [VarDumper] Tests fixed (TomasVotruba) · symfony/symfony@a42a872 · GitHub
[go: up one dir, main page]

Skip to content

Commit a42a872

Browse files
committed
minor #16396 [3.0] [VarDumper] Tests fixed (TomasVotruba)
This PR was merged into the 3.0-dev branch. Discussion ---------- [3.0] [VarDumper] Tests fixed | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Fixes broken test after merge. Original 2.8 commit: 303f05b#diff-c45f29f2b7f10a6e3583f92526da067dR55 Fixes Travis failure of VarDumper: https://travis-ci.org/symfony/symfony/jobs/88382131#L2413 Commits ------- 358fb2d HtmlDumperTest fixed after merge
2 parents bc0c8c1 + 358fb2d commit a42a872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Tests/HtmlDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testGet()
7979
</samp>}
8080
"<span class=sf-dump-key>closure</span>" => <span class=sf-dump-note>Closure</span> {{$r}<samp>
8181
<span class=sf-dump-meta>class</span>: "<span class=sf-dump-str title="48 characters">Symfony\Component\VarDumper\Tests\HtmlDumperTest</span>"
82-
<span class=sf-dump-meta>this</span>: <abbr title="Symfony\Component\VarDumper\Tests\HtmlDumperTest" class=sf-dump-note>HtmlDumperTest</abbr> {{$r} &#8230;}
82+
<span class=sf-dump-meta>this</span>: <abbr title="Symfony\Component\VarDumper\Tests\HtmlDumperTest" class=sf-dump-note>HtmlDumperTest</abbr> {{$r} &%s;}
8383
<span class=sf-dump-meta>parameters</span>: {<samp>
8484
<span class=sf-dump-meta>\$a</span>: {}
8585
<span class=sf-dump-meta>&amp;\$b</span>: {<samp>

0 commit comments

Comments
 (0)
0