We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8d9e0 commit 98c1c32Copy full SHA for 98c1c32
Tests/Functional/ConfigurationTest.php
@@ -40,9 +40,10 @@ public function testToolbar()
40
'/_profiler/empty/search/results?limit=10',
41
[],
42
43
- ['HTTP_Accept' => 'application/json']
+ ['HTTP_Accept' => 'application/xml']
44
);
45
46
+ $this->assertSame(200, $client->getResponse()->getStatusCode());
47
$this->assertSame('text/html; charset=UTF-8', $client->getResponse()->headers->get('Content-Type'));
48
}
49
0 commit comments