use same http client in ImportCocoonRDF and define version 0.22
<?phpclassExampleTestextendsTestCase{/** * A basic functional test example. */publicfunctiontestBasicExample(){$response=$this->call('GET','/');$this->assertEquals(404,$response->getStatusCode());}}