Skip to content

MQE-2032: Remove temporary solutions for MFTF 3.0 development needs #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ private function __construct(

$this->phase = $phase;
$this->verboseEnabled = $verboseEnabled;

//TODO: overriding pipeline config, to be removed for MFTF 3.0.0
if (strtolower($debugLevel) === 'none') {
$debugLevel = self::LEVEL_DEFAULT;
}

if (isset($debugLevel) && !in_array(strtolower($debugLevel), self::MFTF_DEBUG_LEVEL)) {
throw new TestFrameworkException("{$debugLevel} is not a debug level. Use 'DEFAULT' or 'DEVELOPER'");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,11 @@ function ($type, $buffer) use ($output) {
);
}

// Temporary enable upgrade at build time for testing
//if ($input->getOption('upgrade')) {
if ($input->getOption('upgrade')) {
$upgradeCommand = new UpgradeTestsCommand();
$upgradeOptions = new ArrayInput([]);
$upgradeCommand->run($upgradeOptions, $output);
//}
}
}

/**
Expand Down
42 changes: 0 additions & 42 deletions src/Magento/FunctionalTestingFramework/Helper/Acceptance.php

This file was deleted.

54 changes: 0 additions & 54 deletions src/Magento/FunctionalTestingFramework/Helper/MagentoFakerData.php

This file was deleted.