We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6c2ac commit 89ad71aCopy full SHA for 89ad71a
tests/DebugBar/Tests/JavascriptRendererTest.php
@@ -83,7 +83,7 @@ public function testRenderFullInitialization()
83
{
84
$this->debugbar->addCollector(new \DebugBar\DataCollector\MessagesCollector());
85
$this->r->addControl('time', array('icon' => 'time', 'map' => 'time', 'default' => '"0s"'));
86
- $expected = file_get_contents(__DIR__ . '/full_init.html');
+ $expected = rtrim(file_get_contents(__DIR__ . '/full_init.html'));
87
$this->assertStringStartsWith($expected, $this->r->render());
88
}
89
0 commit comments