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 43cac94 commit ba8f962Copy full SHA for ba8f962
src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php
@@ -382,8 +382,6 @@ public function testDownloadFontAction()
382
$kernel = new WebProfilerBundleKernel();
383
$client = new KernelBrowser($kernel);
384
385
- $client->catchExceptions(false);
386
-
387
$client->request('GET', '/_profiler/font/JetBrainsMono.woff2');
388
389
$this->assertEquals(200, $client->getResponse()->getStatusCode());
0 commit comments