Skip to content

Commit 9ed871e

Browse files
committed
PB-107: Display total number of products matched into ProductsList
- populate total number of products
1 parent 7e2531c commit 9ed871e

File tree

1 file changed

+0
-31
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Form/Element

1 file changed

+0
-31
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductTotalsTest.php

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -82,35 +82,4 @@ public function productDataProvider()
8282
];
8383

8484
}
85-
86-
/**
87-
* Test that targeting a category with assigned products returns the correct count.
88-
*/
89-
public function testCategoryWithMatches()
90-
{
91-
92-
}
93-
94-
/**
95-
* Test SKU matches
96-
*/
97-
public function testSkuWithNoMatches()
98-
{
99-
100-
}
101-
102-
public function testSkusWithMatches()
103-
{
104-
105-
}
106-
107-
public function testConditionsWithNoMatches()
108-
{
109-
110-
}
111-
112-
public function testConditionsWithMatches()
113-
{
114-
115-
}
11685
}

0 commit comments

Comments
 (0)