Ejemplo n.º 1
0
 public function testMany()
 {
     $babel = Babel::many(12, 'category', 'display');
     $this->assertEquals('12 catégories affichées', $babel);
 }