Example #1
0
 public function testNothingGeneral()
 {
     $babel = Babel::no('file', 'link');
     $this->assertEquals('Aucun fichier liƩ', $babel);
 }
Example #2
0
 public function testNothingGeneral()
 {
     $babel = Babel::no('file', 'link');
     $this->assertEquals('No file linked', $babel);
 }