コード例 #1
0
 public function testGetTextNonExistentKeyWithParams()
 {
     $strings = array();
     $loc = new Localizer($strings);
     $this->assertEquals("FOO_BAR [a,1,b,2]", $loc->getText("FOO_BAR", "a", 1, "b", 2));
 }