Skip to content

Commit 0aea3f0

Browse files
committed
MAGETWO-35250: URL Rewrite is not removed after removing category
- Fixed syntax error
1 parent 1748463 commit 0aea3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function testCreate($category)
110110
public function testDelete()
111111
{
112112
/** @var \Magento\UrlRewrite\Model\Storage\DbStorage $storage */
113-
$storage = Bootstrap::getObjectManager()->get('Magento\UrlRewrite\Model\Storage\DbStorage');;
113+
$storage = Bootstrap::getObjectManager()->get('Magento\UrlRewrite\Model\Storage\DbStorage');
114114
$categoryId = $this->modelId;
115115
$data = [
116116
UrlRewrite::ENTITY_ID => $categoryId,

0 commit comments

Comments
 (0)