Skip to content

Commit b0a4c38

Browse files
committed
fixed assertion
1 parent 09225c7 commit b0a4c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Tests/RequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ public function testEmptyStringContentReturns()
925925
{
926926
$req = Request::create('test');
927927

928-
$this->assertEquals('', $req->getContent());
928+
$this->assertSame('', $req->getContent());
929929
}
930930

931931
/**

0 commit comments

Comments
 (0)