File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 "chevere/standard" : " ^1.0.1" ,
2727 "chevere/throwable-handler" : " ^1.0.2" ,
2828 "chevere/trace" : " ^2.0.0" ,
29- "chevere/var-dump" : " ^2.0.0 " ,
29+ "chevere/var-dump" : " ^2.0.1 " ,
3030 "phpseclib/phpseclib" : " ~3.0"
3131 },
3232 "require-dev" : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function testXr(): void
3232 $ this ->assertSame (
3333 <<<HTML
3434 <pre>
35- Arg#1 <span class="chv-dump-string">string</span> {$ var } <em><span class="chv-dump-emphasis">(length= {$ length })</span></em></pre>
35+ 1: <span class="chv-dump-string">string</span> {$ var } <em><span class="chv-dump-emphasis">(length= {$ length })</span></em></pre>
3636 HTML ,
3737 $ writer ->__toString ()
3838 );
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public function testWithDumpVars(): void
158158 );
159159 $ expected = $ body . <<<HTML
160160 <div class="xrdebug-dump"><pre>
161- Arg#1 <span class="chv-dump-string">string</span> {$ variable } <em><span class="chv-dump-emphasis">(length= {$ length })</span></em></pre></div>
161+ 1: <span class="chv-dump-string">string</span> {$ variable } <em><span class="chv-dump-emphasis">(length= {$ length })</span></em></pre></div>
162162 HTML ;
163163 $ this ->assertSame ($ expected , $ withVariables ->toArray ()['body ' ]);
164164 }
You can’t perform that action at this time.
0 commit comments