client->request('GET', '/'); $response = $this->client->getResponse(); $this->assertSame('sameorigin', $response->headers->get('X-Frame-Options')); } }