File tree 1 file changed +24
-13
lines changed
dev/tests/api-functional/testsuite/Magento/Catalog/Api/_files
1 file changed +24
-13
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
return [
8
- 'missed_product_sku ' =>
8
+ 'missing_product_sku ' => [
9
9
[
10
- [
11
- 'title ' => 'title ' ,
12
- 'type ' => 'field ' ,
13
- 'sort_order ' => 1 ,
14
- 'is_require ' => 1 ,
15
- 'price ' => 10.0 ,
16
- 'price_type ' => 'fixed ' ,
17
- 'sku ' => 'sku1 ' ,
18
- 'max_characters ' => 10 ,
19
- ],
20
- 'The ProductSku is empty. Set the ProductSku and try again. ' ,
21
- ]
10
+ 'title ' => 'title ' ,
11
+ 'type ' => 'field ' ,
12
+ 'sort_order ' => 1 ,
13
+ 'is_require ' => 1 ,
14
+ 'price ' => 10.0 ,
15
+ 'price_type ' => 'fixed ' ,
16
+ 'max_characters ' => 10 ,
17
+ ],
18
+ 'The ProductSku is empty. Set the ProductSku and try again. ' ,
19
+ ],
20
+ 'invalid_product_sku ' => [
21
+ [
22
+ 'title ' => 'title ' ,
23
+ 'type ' => 'field ' ,
24
+ 'sort_order ' => 1 ,
25
+ 'is_require ' => 1 ,
26
+ 'price ' => 10.0 ,
27
+ 'price_type ' => 'fixed ' ,
28
+ 'sku ' => 'sku1 ' ,
29
+ 'max_characters ' => 10 ,
30
+ ],
31
+ "The product that was requested doesn't exist. Verify the product and try again. " ,
32
+ ],
22
33
];
You can’t perform that action at this time.
0 commit comments