We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d3fd7 commit 9bddc2fCopy full SHA for 9bddc2f
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php
@@ -284,7 +284,7 @@ public function testInitialize(
284
$this->assertCount(count($expectedLinks), $productLinks);
285
$resultLinks = [];
286
287
- $this->assertTrue(is_array($this->productMock->getData('tier_price')));
+ $this->assertEquals($tierPrice ?: [], $this->productMock->getData('tier_price'));
288
289
foreach ($productLinks as $link) {
290
$this->assertInstanceOf(ProductLink::class, $link);
0 commit comments