diff --git a/test/ResponseTest.php b/test/ResponseTest.php index 8ea55b5..0e80a27 100644 --- a/test/ResponseTest.php +++ b/test/ResponseTest.php @@ -6,17 +6,6 @@ use pjdietz\WellRESTed\Test; class ResponseBuilderTest extends \PHPUnit_Framework_TestCase { - public function setUp() - { - ob_start(); - } - - public function tearDown() - { - ob_clean(); - ob_end_clean(); - } - public function testConstructor() { $resp = new Response(200, "This is the body", array("Content-type" => "text/plain"));