Ejemplo n.º 1
0
 public function testFormUpdate()
 {
     $babel = Babel::form('update', 'category', 'foo');
     $this->assertEquals('Modifier la catégorie « foo »', $babel);
 }
Ejemplo n.º 2
0
 public function testFormUpdate()
 {
     $babel = Babel::form('update', 'category', 'foo');
     $this->assertEquals('Update the category « foo »', $babel);
 }