Skip to content

Commit 0a21795

Browse files
committed
MQE-683: [Deprecation] Only use more nested assertion syntax
- Merge fixes
1 parent faa5397 commit 0a21795

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Magento/FunctionalTestingFramework/Upgrade/UpdateAssertionSchema.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
namespace Magento\FunctionalTestingFramework\Upgrade;
88

99
use Symfony\Component\Console\Input\InputInterface;
10+
use Symfony\Component\Console\Output\OutputInterface;
1011
use Symfony\Component\Filesystem\Filesystem;
1112
use Symfony\Component\Finder\Finder;
1213

@@ -21,9 +22,10 @@ class UpdateAssertionSchema implements UpgradeInterface
2122
* WILL NOT CATCH cases where style is a mix of old and new
2223
*
2324
* @param InputInterface $input
25+
* @param OutputInterface $output
2426
* @return string
2527
*/
26-
public function execute(InputInterface $input)
28+
public function execute(InputInterface $input, OutputInterface $output)
2729
{
2830
$testsPath = $input->getArgument('path');
2931
$finder = new Finder();

0 commit comments

Comments
 (0)