Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 799d83f

Browse files
committedJul 13, 2024··
var-dump 2.0.1 tiempos
1 parent 2a9bfbe commit 799d83f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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": {

‎tests/FunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

‎tests/MessageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)