Skip to content

Commit 20dc859

Browse files
ACPT-488
Fixes for static tests and integration tests
1 parent 00750e4 commit 20dc859

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/code/Magento/CatalogUrlRewrite/Observer/AfterImportDataObserver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ class AfterImportDataObserver implements ObserverInterface
151151
'url_path',
152152
'name',
153153
'visibility',
154+
'save_rewrites_history',
154155
];
155156

156157
/**

app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/AfterImportDataObserverTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838
*/
3939
class AfterImportDataObserverTest extends TestCase
4040
{
41-
/**
42-
* @var string
43-
*/
44-
private $categoryId = 10;
45-
4641
/**
4742
* @var UrlPersistInterface|MockObject
4843
*/

0 commit comments

Comments
 (0)