get('/favicon', ['site' => 'this-site-does-not-exist.invalid']); self::assertSame(404, $response->getStatus()); } }