10000
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 1251e13 commit dd957bcCopy full SHA for dd957bc
src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
@@ -42,7 +42,7 @@ public function testCollect()
42
$this->assertSame(array('name' => 'foo'), $c->getRouteParams());
43
$this->assertSame(array(), $c->getSessionAttributes());
44
$this->assertSame('en', $c->getLocale());
45
- $this->assertSame('Resource(stream)', $attributes->get('resource'));
+ $this->assertSame(' 49BF Resource(stream#86)', $attributes->get('resource'));
46
$this->assertSame('Object(stdClass)', $attributes->get('object'));
47
48
$this->assertInstanceOf('Symfony\Component\HttpFoundation\HeaderBag', $c->getResponseHeaders());
0 commit comments