File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Magento/FunctionalTestingFramework/Upgrade Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
namespace Magento \FunctionalTestingFramework \Upgrade ;
8
8
9
9
use Symfony \Component \Console \Input \InputInterface ;
10
+ use Symfony \Component \Console \Output \OutputInterface ;
10
11
use Symfony \Component \Filesystem \Filesystem ;
11
12
use Symfony \Component \Finder \Finder ;
12
13
@@ -21,9 +22,10 @@ class UpdateAssertionSchema implements UpgradeInterface
21
22
* WILL NOT CATCH cases where style is a mix of old and new
22
23
*
23
24
* @param InputInterface $input
25
+ * @param OutputInterface $output
24
26
* @return string
25
27
*/
26
- public function execute (InputInterface $ input )
28
+ public function execute (InputInterface $ input, OutputInterface $ output )
27
29
{
28
30
$ testsPath = $ input ->getArgument ('path ' );
29
31
$ finder = new Finder ();
You can’t perform that action at this time.
0 commit comments