public function testNothingGeneral()
 {
     $babel = Babel::no('file', 'link');
     $this->assertEquals('Aucun fichier lié', $babel);
 }
 public function testNothingGeneral()
 {
     $babel = Babel::no('file', 'link');
     $this->assertEquals('No file linked', $babel);
 }