createSearchEngineMock(); $response = $this->request('GET', '/prod/'); $this->assertTrue($response->isOk()); $this->assertEquals('UTF-8', $response->getCharset()); } }