コード例 #1
0
ファイル: BaseImportTest.php プロジェクト: JumBay/ImportT1
 public function testGetLang()
 {
     $bi = new BaseImport($this->dispatcher, $this->thelia1_db);
     $bi->getT2Lang(1);
 }