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 26
26
"chevere/standard" : " ^1.0.1" ,
27
27
"chevere/throwable-handler" : " ^1.0.2" ,
28
28
"chevere/trace" : " ^2.0.0" ,
29
- "chevere/var-dump" : " ^2.0.0 " ,
29
+ "chevere/var-dump" : " ^2.0.1 " ,
30
30
"phpseclib/phpseclib" : " ~3.0"
31
31
},
32
32
"require-dev" : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function testXr(): void
32
32
$ this ->assertSame (
33
33
<<<HTML
34
34
<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>
36
36
HTML ,
37
37
$ writer ->__toString ()
38
38
);
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public function testWithDumpVars(): void
158
158
);
159
159
$ expected = $ body . <<<HTML
160
160
<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>
162
162
HTML ;
163
163
$ this ->assertSame ($ expected , $ withVariables ->toArray ()['body ' ]);
164
164
}
You can’t perform that action at this time.
0 commit comments