@@ -219,18 +219,18 @@ public function testGetAttributeOptionsWithBackendModel(array $options)
219
219
$ this ->attributeResource ->expects ($ this ->exactly (7 ))
220
220
->method ('getTable ' )
221
221
->will (
222
- $ this ->returnValueMap (
223
- [
224
- ['catalog_product_super_attribute ' , 'catalog_product_super_attribute value ' ],
225
- ['catalog_product_entity ' , 'catalog_product_entity value ' ],
226
- ['catalog_product_super_link ' , 'catalog_product_super_link value ' ],
227
- ['eav_attribute ' , 'eav_attribute value ' ],
228
- ['catalog_product_entity ' , 'catalog_product_entity value ' ],
229
- ['catalog_product_super_attribute_label ' , 'catalog_product_super_attribute_label value ' ],
230
- ['eav_attribute_option ' , 'eav_attribute_option value ' ]
231
- ]
232
- )
233
- );
222
+ $ this ->returnValueMap (
223
+ [
224
+ ['catalog_product_super_attribute ' , 'catalog_product_super_attribute value ' ],
225
+ ['catalog_product_entity ' , 'catalog_product_entity value ' ],
226
+ ['catalog_product_super_link ' , 'catalog_product_super_link value ' ],
227
+ ['eav_attribute ' , 'eav_attribute value ' ],
228
+ ['catalog_product_entity ' , 'catalog_product_entity value ' ],
229
+ ['catalog_product_super_attribute_label ' , 'catalog_product_super_attribute_label value ' ],
230
+ ['eav_attribute_option ' , 'eav_attribute_option value ' ]
231
+ ]
232
+ )
233
+ );
234
234
235
235
$ source = $ this ->getMockBuilder (AbstractSource::class)
236
236
->disableOriginalConstructor ()
0 commit comments