コード例 #1
0
ファイル: UrlTest.php プロジェクト: nemphys/magento2
 public function testGetType()
 {
     $this->assertEquals(Mage_Core_Model_Store::URL_TYPE_LINK, $this->_model->getType());
 }