In the serialized document the lan files id 'languages' and not 'language'
<?phpclassExampleTestextendsTestCase{/** * A basic functional test example. */publicfunctiontestBasicExample(){$response=$this->call('GET','/');$this->assertEquals(200,$response->getStatusCode());}}