add click event on visu-carto and visu-langue and update the url with the selected element as filter parameter
<?phpclassExampleTestextendsTestCase{/** * A basic functional test example. */publicfunctiontestBasicExample(){$response=$this->call('GET','/');$this->assertEquals(200,$response->getStatusCode());}}