コード例 #1
0
ファイル: UrlTest.php プロジェクト: nemphys/magento2
 public function testGetCategoryModel()
 {
     $this->assertInstanceOf('Mage_Catalog_Model_Category', $this->_model->getCategoryModel());
 }