resp = new PixelResponse(); } /** * @test */ public function responseHasGifTypeAndIsNotEmpty() { $this->assertEquals('image/gif', $this->resp->getHeaderLine('Content-Type')); $this->assertNotEmpty((string) $this->resp->getBody()); } }