/** * Test set length */ public function testSetLength() { $r = new Slim_Http_Response(); $r->length(3); $this->assertEquals(3, $r->length()); }