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