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 60fb61d commit 2851b71Copy full SHA for 2851b71
dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php
@@ -42,6 +42,8 @@ public function setUp()
42
{
43
$this->objectManager = Bootstrap::getObjectManager();
44
45
+ $this->objectManager->get(\Magento\TestFramework\App\Config::class)->clean();
46
+
47
$this->fixtureModelMock = $this->getMockBuilder(FixtureModel::class)
48
->setMethods(['getObjectManager'])
49
->setConstructorArgs([$this->objectManager->get(IndexerReindexCommand::class)])
0 commit comments