File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111use Elasticsearch \Namespaces \IndicesNamespace ;
1212use Magento \AdvancedSearch \Model \Client \ClientInterface as ElasticsearchClient ;
1313use Magento \AdvancedSearch \Model \Client \ClientOptionsInterface ;
14- use Magento \Catalog \Api \Data \ProductAttributeInterface ;
1514use Magento \Catalog \Api \ProductAttributeRepositoryInterface ;
15+ use Magento \Eav \Model \Entity \Attribute \AbstractAttribute ;
1616use Magento \Elasticsearch \Model \Adapter \BatchDataMapperInterface ;
1717use Magento \Elasticsearch \Model \Adapter \Elasticsearch as ElasticsearchAdapter ;
1818use Magento \Elasticsearch \Model \Adapter \FieldMapperInterface ;
@@ -527,7 +527,7 @@ public function testUpdateIndexMappingWithAliasDefinition(): void
527527 ->with ($ storeId , $ mappedIndexerId )
528528 ->willReturn ($ indexName );
529529
530- $ attribute = $ this ->getMockBuilder (ProductAttributeInterface ::class)
530+ $ attribute = $ this ->getMockBuilder (AbstractAttribute ::class)
531531 ->disableOriginalConstructor ()
532532 ->getMockForAbstractClass ();
533533
You can’t perform that action at this time.
0 commit comments