update main index to add the 2 kind of menu (hash and history) and set the locationType to hash
<?phpclassExampleTestextendsTestCase{/** * A basic functional test example. */publicfunctiontestBasicExample(){$response=$this->call('GET','/');$this->assertEquals(200,$response->getStatusCode());}}