コード例 #1
0
ファイル: AbstractTest.php プロジェクト: nemphys/magento2
 public function testGetAddToWishlistUrl()
 {
     $this->assertStringEndsWith('wishlist/index/add/product/1/', $this->_block->getAddToWishlistUrl($this->_product));
 }