File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Catalog/Model/CategoryRepository
dev/tests/api-functional/testsuite/Magento/Catalog/Api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \Catalog \Api \Data \CategoryInterface ;
11
11
use Magento \Catalog \Model \Attribute \ScopeOverriddenValue ;
12
12
use Magento \Catalog \Model \Category ;
13
- use Magento \Eav \Api \AttributeRepositoryInterface as AttributeRepository ;
13
+ use Magento \Catalog \Api \CategoryAttributeRepositoryInterface as AttributeRepository ;
14
14
use Magento \Eav \Api \Data \AttributeInterface ;
15
15
use Magento \Eav \Model \Entity \Attribute \ScopedAttributeInterface ;
16
16
use Magento \Framework \Api \FilterBuilder ;
Original file line number Diff line number Diff line change @@ -593,13 +593,13 @@ public function testUpdateScopeAttribute()
593
593
$ category ,
594
594
'is_active ' ,
595
595
Store::DISTRO_STORE_ID
596
- ), 'is_active is overriden for default store ' );
596
+ ), 'is_active is overridden for default store ' );
597
597
self ::assertFalse ($ scopeOverriddenValue ->containsValue (
598
598
CategoryInterface::class,
599
599
$ category ,
600
600
'url_key ' ,
601
601
Store::DISTRO_STORE_ID
602
- ), 'url_key is overriden for default store ' );
602
+ ), 'url_key is overridden for default store ' );
603
603
604
604
$ this ->deleteCategory ($ categoryId );
605
605
}
You can’t perform that action at this time.
0 commit comments