Beispiel #1
0
 public function testGetUnusedPath()
 {
     $this->assertEquals('simple-product-1.html', $this->_model->getUnusedPath(1, 'simple-product.html', 'product/2', 'simple-product'));
     $this->assertEquals('category-2-1.html', $this->_model->getUnusedPath(1, 'category-2.html', 'category/5', 'category-2'));
 }