File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -317,12 +317,17 @@ public function testLargeOptionsDataSet()
317
317
);
318
318
319
319
foreach ($ expectedOptionsLabels as $ optionOrderNum => $ label ) {
320
- $ this ->assertEquals ($ label , $ options [$ optionOrderNum ]->getLabel (), 'Label does not match expected. ' );
320
+ $ this ->assertEquals (
321
+ $ label ,
322
+ $ options [$ optionOrderNum ]->getLabel (),
323
+ "Label for option # {$ optionOrderNum } does not match expected. "
324
+ );
321
325
}
322
326
} catch (LocalizedException $ e ) {
323
327
$ this ->fail ('Test failed with exception on attribute model load: ' . $ e );
324
328
}
325
329
}
330
+
326
331
/**
327
332
* Return translation for a string literal belonging to backend area
328
333
*
You can’t perform that action at this time.
0 commit comments