Пример #1
0
 public function testGetUnusedPath()
 {
     $this->assertEquals('simple-product-1.html', $this->_model->getUnusedPath(1, 'simple-product.html', 'product/2'));
     $this->markTestIncomplete('Bug MAGETWO-144');
     $this->assertEquals('category-3.html', $this->_model->getUnusedPath(1, 'category-2.html', 'category/5'));
 }