public function testManyPastDynamic()
 {
     $babel = Babel::created(0, 'category');
     $this->assertEquals('Aucune catégorie créée', $babel);
 }
 public function testManyPastDynamic()
 {
     $babel = Babel::created(0, 'category');
     $this->assertEquals('No category created', $babel);
 }