Ejemplo n.º 1
0
 public function testNothingGeneral()
 {
     $babel = Babel::no('file', 'link');
     $this->assertEquals('Aucun fichier lié', $babel);
 }
Ejemplo n.º 2
0
 public function testNothingGeneral()
 {
     $babel = Babel::no('file', 'link');
     $this->assertEquals('No file linked', $babel);
 }