public function testAddAccord()
 {
     $babel = Babel::add('category');
     $this->assertEquals('Ajouter une catégorie', $babel);
 }
 public function testAddAccord()
 {
     $babel = Babel::add('category');
     $this->assertEquals('Add a category', $babel);
 }