Esempio n. 1
0
 public function testGetConvertTable()
 {
     $convertTable = $this->_helper->getConvertTable();
     $this->assertInternalType('array', $convertTable);
     $this->assertNotEmpty($convertTable);
 }