Skip to content

Commit 2851b71

Browse files
committed
MAGETWO-84967: Set auto increment to 3 for Performance test plan
1 parent 60fb61d commit 2851b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public function setUp()
4242
{
4343
$this->objectManager = Bootstrap::getObjectManager();
4444

45+
$this->objectManager->get(\Magento\TestFramework\App\Config::class)->clean();
46+
4547
$this->fixtureModelMock = $this->getMockBuilder(FixtureModel::class)
4648
->setMethods(['getObjectManager'])
4749
->setConstructorArgs([$this->objectManager->get(IndexerReindexCommand::class)])

0 commit comments

Comments
 (0)