コード例 #1
0
ファイル: UrlTest.php プロジェクト: aiesh/magento2
 public function testGetCategoryUrlSuffix()
 {
     $this->assertEquals('.html', $this->_model->getCategoryUrlSuffix(1));
 }