fixed unit test

This commit is contained in:
Fabien Potencier 2010-12-16 10:26:45 +01:00
parent 4f46235ab0
commit 03ce103b31

View File

@ -150,7 +150,7 @@ class ResponseTest extends \PHPUnit_Framework_TestCase
$response->headers = $headerMock;
// verify first set()
$response->sendHeaders();
$response->__toString();
$response->headers->remove('Content-Type');
$response->setCharset('Foo');