10000 fixed a test · sandermarechal/symfony@dd957bc · GitHub
[go: up one dir, main page]

Skip to content

Commit dd957bc

Browse files
committed
fixed a test
1 parent 1251e13 commit dd957bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testCollect()
4242
$this->assertSame(array('name' => 'foo'), $c->getRouteParams());
4343
$this->assertSame(array(), $c->getSessionAttributes());
4444
$this->assertSame('en', $c->getLocale());
45-
$this->assertSame('Resource(stream)', $attributes->get('resource'));
45+
$this->assertSame(' 49BF Resource(stream#86)', $attributes->get('resource'));
4646
$this->assertSame('Object(stdClass)', $attributes->get('object'));
4747

4848
$this->assertInstanceOf('Symfony\Component\HttpFoundation\HeaderBag', $c->getResponseHeaders());

0 commit comments

Comments
 (0)
0