function testRecupererCodeAvantApres(){ $this->options_recuperer_code(array( 'avant_code'=>'Nice ', 'apres_code'=>' So Beautiful', )); $this->assertEqualCode('Nice Hello World So Beautiful', 'Hello World'); }