Skip to content

Commit

Permalink
var-dump 2.0.1 tiempos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jul 13, 2024
1 parent 2a9bfbe commit 799d83f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chevere/standard": "^1.0.1",
"chevere/throwable-handler": "^1.0.2",
"chevere/trace": "^2.0.0",
"chevere/var-dump": "^2.0.0",
"chevere/var-dump": "^2.0.1",
"phpseclib/phpseclib": "~3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/FunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function testXr(): void
$this->assertSame(
<<<HTML
<pre>
Arg#1 <span class="chv-dump-string">string</span> {$var} <em><span class="chv-dump-emphasis">(length={$length})</span></em></pre>
1: <span class="chv-dump-string">string</span> {$var} <em><span class="chv-dump-emphasis">(length={$length})</span></em></pre>
HTML,
$writer->__toString()
);
Expand Down
2 changes: 1 addition & 1 deletion tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function testWithDumpVars(): void
);
$expected = $body . <<<HTML
<div class="xrdebug-dump"><pre>
Arg#1 <span class="chv-dump-string">string</span> {$variable} <em><span class="chv-dump-emphasis">(length={$length})</span></em></pre></div>
1: <span class="chv-dump-string">string</span> {$variable} <em><span class="chv-dump-emphasis">(length={$length})</span></em></pre></div>
HTML;
$this->assertSame($expected, $withVariables->toArray()['body']);
}
Expand Down

0 comments on commit 799d83f

Please sign in to comment.