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 0c41218 commit 49cb477Copy full SHA for 49cb477
dev/tests/performance/framework/Magento/TestFramework/Application.php
@@ -118,7 +118,7 @@ public function reset()
118
public function reindex()
119
{
120
$this->_shell->execute(
121
- 'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex --all'
+ 'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex'
122
);
123
return $this;
124
}
0 commit comments