23 private $moduleManager;
33 $this->moduleManager =
$objectManager->get(TestModuleManager::class);
44 $this->cliCommad->install(
45 [
'Magento_TestSetupDeclarationModule1'],
48 self::assertFileExists($logFileName);
60 $this->cliCommad->install([
'Magento_TestSetupDeclarationModule1']);
61 $this->moduleManager->updateRevision(
62 'Magento_TestSetupDeclarationModule1',
63 'column_modifications',
67 $this->cliCommad->upgrade([
'dry-run' =>
true]);
68 self::assertFileExists($logFileName);
testDryRunOnCleanDatabase()
static getObjectManager()