gpt4 book ai didi

未加载 Magento EcomDev PHPUnit 客户装置

转载 作者:行者123 更新时间:2023-12-04 05:02:56 24 4
gpt4 key购买 nike

我有一个案例,我想检查一个客户是否已经存在于数据库中。我为此创建了一个夹具文件:

scope:
website:
- website_id: 1
code: main
name: Main Website
default_group_id: 1
group:
- group_id: 1
website_id: 1
name: Main Website Store
root_category_id: 8
default_store_id: 1
store:
- store_id: 1
code: default
website_id: 1
group_id: 1
name: Default Store View
is_active: 1
eav:
customer:
- entity_id: 13
entity_type_id: 1
website_id: 1
email: example@example.com
group_id: 1
store_id: 1
is_active: 1
firstname: john
lastname: smith

当我运行测试时,我收到错误:
Zend_Db_Statement_Exception: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'sort_order' in order clause is ambiguous

这个错误只在我加载夹具时发生,所以我认为它与 Model_Fixture_Eav 类有关。我不确定应该实现哪些方法来为客户创建 EAV 模型。有没有人成功导入过客户装置?

最佳答案

伊夫:
客户:
- entity_id:13
entity_type_id: 1
attribute_set_id: 0
网站 ID:1
电子邮件:example@example.com
group_id: 1
store_id: 1
is_active: 1
姓名:约翰
姓氏: 史密斯

关于未加载 Magento EcomDev PHPUnit 客户装置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15893655/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com