コード例 #1
0
ファイル: CultureTest.php プロジェクト: suga/Megiddo
 public function testGetByPk()
 {
     /* @var $objTest Culture */
     $objTest = Culture::retriveByPk('pt_BR');
     $test = $objTest->getCulture();
     $this->assertEquals('pt_BR', $test);
 }