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