Skip to content

Commit 89ad71a

Browse files
Test tweak
1 parent 5a6c2ac commit 89ad71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DebugBar/Tests/JavascriptRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testRenderFullInitialization()
8383
{
8484
$this->debugbar->addCollector(new \DebugBar\DataCollector\MessagesCollector());
8585
$this->r->addControl('time', array('icon' => 'time', 'map' => 'time', 'default' => '"0s"'));
86-
$expected = file_get_contents(__DIR__ . '/full_init.html');
86+
$expected = rtrim(file_get_contents(__DIR__ . '/full_init.html'));
8787
$this->assertStringStartsWith($expected, $this->r->render());
8888
}
8989

0 commit comments

Comments
 (0)