File tree 1 file changed +4
-4
lines changed
app/code/Magento/MediaContentSynchronization/Test/Integration/Model 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public function filesProvider(): array
111
111
public function getCategoryIdentities ()
112
112
{
113
113
$ categoryId = 28767 ;
114
- return $ contentIdentity = [
114
+ return [
115
115
'entityType ' => 'catalog_category ' ,
116
116
'field ' => 'description ' ,
117
117
'entityId ' => $ categoryId
@@ -124,7 +124,7 @@ public function getCategoryIdentities()
124
124
public function getProductIdentities ()
125
125
{
126
126
$ productId = 1567 ;
127
- return $ contentIdentity = [
127
+ return [
128
128
'entityType ' => 'catalog_product ' ,
129
129
'field ' => 'description ' ,
130
130
'entityId ' => $ productId
@@ -137,7 +137,7 @@ public function getProductIdentities()
137
137
public function getCmsPageIdentities ()
138
138
{
139
139
$ pageId = 5 ;
140
- return $ contentIdentity = [
140
+ return [
141
141
'entityType ' => 'cms_page ' ,
142
142
'field ' => 'content ' ,
143
143
'entityId ' => $ pageId
@@ -150,7 +150,7 @@ public function getCmsPageIdentities()
150
150
public function getCmsBlockIdentities ()
151
151
{
152
152
$ blockId = 1 ;
153
- return $ contentIdentity = [
153
+ return [
154
154
'entityType ' => 'cms_block ' ,
155
155
'field ' => 'content ' ,
156
156
'entityId ' => $ blockId
You can’t perform that action at this time.
0 commit comments