File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category
lib/internal/Magento/Framework/Mview Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ public function testCatalogCategoryProductIndexInvalidateAfterDelete(): void
255
255
*/
256
256
public function testCatalogCategoryProductIndexInvalidateAfterChangeProductPosition (): void
257
257
{
258
+ $ this ->indexer ->reindexAll ();
258
259
$ this ->indexer ->setScheduled (true );
259
260
$ indexerShouldBeValid = $ this ->indexer ->isValid ();
260
261
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ public function unsubscribe()
230
230
$ this ->getChangelog ()->drop ();
231
231
// Reset version_id
232
232
$ this ->getState ()->setVersionId (0 );
233
+ // phpcs:disable Magento2.CodeAnalysis.EmptyBlock.DetectedCatch
233
234
} catch (ChangelogTableNotExistsException $ e ) {
234
235
// Silently ignore this error
235
236
}
You can’t perform that action at this time.
0 commit comments