Esempio n. 1
0
 public function testGetAddToWishlistUrl()
 {
     $this->assertStringEndsWith('wishlist/index/add/product/1/', $this->_block->getAddToWishlistUrl($this->_product));
 }