File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/ProductList Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,13 @@ public function testRenderConfigurableWithLinkedProductOnChild(): void
66
66
$ html = $ this ->block ->toHtml ();
67
67
$ this ->assertNotEmpty ($ html );
68
68
$ this ->assertNotContains ($ relatedProduct ->getName (), $ html );
69
- $ this ->assertCount ( 0 , $ this ->block ->getItems ());
69
+ $ this ->assertEmpty ( $ this ->block ->getItems ());
70
70
}
71
71
72
72
/**
73
73
* @magentoDataFixture Magento/Catalog/_files/products_list.php
74
74
* @magentoDataFixture Magento/ConfigurableProduct/_files/product_configurable.php
75
75
* @return void
76
- * @throws \Magento\Framework\Exception\NoSuchEntityException
77
76
*/
78
77
public function testLinkedProductsPosition (): void
79
78
{
You can’t perform that action at this time.
0 commit comments