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 99dfe22 commit eebda3bCopy full SHA for eebda3b
dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateFlatCatalogProduct.php
@@ -128,7 +128,7 @@ public function tearDown()
128
*/
129
private function createBulkOfProducts($productsCount)
130
{
131
- foreach (range(1, $productsCount) as $element) {
+ for ($counter = 1; $counter <= $productsCount; $counter++) {
132
$product = $this->fixtureFactory->createByCode(
133
'catalogProductSimple',
134
[
0 commit comments