get($url); $this->assertEquals(200, $response->getStatusCode()); $this->assertEquals('image/png', $response->getHeader('Content-Type')[0]); } }