@@ -68,9 +68,9 @@ class OperationRepositoryTest extends TestCase
68
68
private $ logger ;
69
69
70
70
/**
71
- * private $item
71
+ * @var array of items
72
72
*/
73
- private array $ items = [
73
+ private $ items = [
74
74
"items " => [
75
75
[
76
76
"extension_attributes " => [
@@ -79,7 +79,7 @@ class OperationRepositoryTest extends TestCase
79
79
"id " => 1 ,
80
80
"bulk_uuid " => "89300764-2502-44c6-a377-70b9565c34b8 " ,
81
81
"topic_name " => "async.magento.customer.api.accountmanagementinterface.createaccount.post " ,
82
- "serialized_data " => "{ \" entity_id \" :null, \" entity_link \" : \"\" , \" meta_information \" : \" { \\\" customer \\\" :{ \\\" email \\\" : \\\" mshaw@example.com \\\" , \\\" firstname \\\" : \\\" Melanie Shaw \\\" , \\\" lastname \\\" : \\\" Doe \\\" }, \\\" password \\\" : \\\" Strong-Password \\\" } \" } " ,
82
+ "serialized_data " => "{} " ,
83
83
"result_serialized_data " => null ,
84
84
"status " => 4 ,
85
85
"result_message " => null ,
@@ -92,7 +92,7 @@ class OperationRepositoryTest extends TestCase
92
92
"id " => 2 ,
93
93
"bulk_uuid " => "89300764-2502-44c6-a377-70b9565c34b8 " ,
94
94
"topic_name " => "async.magento.customer.api.accountmanagementinterface.createaccount.post " ,
95
- "serialized_data " => "{ \" entity_id \" :null, \" entity_link \" : \"\" , \" meta_information \" : \" { \\\" customer \\\" :{ \\\" email \\\" : \\\" bmartin@example.com \\\" , \\\" firstname \\\" : \\\" Bryce \\\" , \\\" lastname \\\" : \\\" Martin \\\" }, \\\" password \\\" : \\\" Strong-Password \\\" } \" } " ,
95
+ "serialized_data " => "{} " ,
96
96
"result_serialized_data " => null ,
97
97
"status " => 4 ,
98
98
"result_message " => null ,
@@ -105,7 +105,7 @@ class OperationRepositoryTest extends TestCase
105
105
"id " => 3 ,
106
106
"bulk_uuid " => "89300764-2502-44c6-a377-70b9565c34b8 " ,
107
107
"topic_name " => "async.magento.customer.api.accountmanagementinterface.createaccount.post " ,
108
- "serialized_data " => "{ \" entity_id \" :null, \" entity_link \" : \"\" , \" meta_information \" : \" { \\\" customer \\\" :{ \\\" email \\\" : \\\" bmartin@example.com \\\" , \\\" firstname \\\" : \\\" Bryce \\\" , \\\" lastname \\\" : \\\" Martin \\\" }, \\\" password \\\" : \\\" Strong-Password \\\" } \" } " ,
108
+ "serialized_data " => "{} " ,
109
109
"result_serialized_data " => null ,
110
110
"status " => 4 ,
111
111
"result_message " => null ,
@@ -118,7 +118,7 @@ class OperationRepositoryTest extends TestCase
118
118
"id " => 4 ,
119
119
"bulk_uuid " => "89300764-2502-44c6-a377-70b9565c34b8 " ,
120
120
"topic_name " => "async.magento.customer.api.accountmanagementinterface.createaccount.post " ,
121
- "serialized_data " => "{ \" entity_id \" :null, \" entity_link \" : \"\" , \" meta_information \" : \" { \\\" customer \\\" :{ \\\" email \\\" : \\\" tgomez@example.com \\\" , \\\" firstname \\\" : \\\" Teresa \\\" , \\\" lastname \\\" : \\\" Gomez \\\" }, \\\" password \\\" : \\\" Strong-Password \\\" } \" } " ,
121
+ "serialized_data " => "{} " ,
122
122
"result_serialized_data " => null ,
123
123
"status " => 4 ,
124
124
"result_message " => null ,
@@ -154,7 +154,7 @@ protected function setUp(): void
154
154
/**
155
155
* @return void
156
156
*/
157
- public function testGetFailedOperationsByBulkId (): void
157
+ public function testGetListSelect (): void
158
158
{
159
159
$ searchResultInterface = $ this ->createMock (OperationSearchResultsInterface::class);
160
160
$ searchCriteria = $ this ->createMock (SearchCriteriaInterface::class);
0 commit comments