8000
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 0a09eaf commit 1917b70Copy full SHA for 1917b70
src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php
@@ -30,7 +30,7 @@ public function testDump()
30
$this->assertSame('dump', $collector->getName());
31
32
$collector->dump($data);
33
- $line = __LINE__;
+ $line = __LINE__ - 1;
34
$this->assertSame(1, $collector->getDumpsCount());
35
36
$dump = $collector->getDumps('html');
@@ -63,7 +63,7 @@ public function testFlush()
63
$data = new Data(array(array(456)));
64
$collector = new DumpDataCollector();
65
66
67
68
ob_start();
69
$collector = null;
0 commit comments