Skip to content

Commit 63c0822

Browse files
committed
MTA-3996: Create util for troubleshooting analysis with functional test execution
- stabilization
1 parent f0e4816 commit 63c0822

File tree

10 files changed

+10
-1
lines changed

10 files changed

+10
-1
lines changed

dev/tests/functional/lib/Magento/Mtf/Config/FileResolver/ScopeConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ScopeConfig extends Primary
1818
*
1919
* @param string $filename
2020
* @param string $scope
21-
* @return \Magento\Mtf\Util\Iterator\File|array
21+
* @return File|array
2222
*/
2323
public function get($filename, $scope)
2424
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/AdminAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ protected function configure()
7070
* @param InputInterface $input
7171
* @param OutputInterface $output
7272
* @return void
73+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
7374
*/
7475
protected function execute(InputInterface $input, OutputInterface $output)
7576
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/ConfigAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ protected function configure()
7878
* @param InputInterface $input
7979
* @param OutputInterface $output
8080
* @return void
81+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
8182
*/
8283
protected function execute(InputInterface $input, OutputInterface $output)
8384
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ protected function configure()
6161
* @param InputInterface $input
6262
* @param OutputInterface $output
6363
* @return void
64+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
6465
*/
6566
protected function execute(InputInterface $input, OutputInterface $output)
6667
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/GlobalAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function configure()
4949
* @param InputInterface $input
5050
* @param OutputInterface $output
5151
* @return void
52+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5253
*/
5354
protected function execute(InputInterface $input, OutputInterface $output)
5455
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/HtaccessAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ protected function configure()
6969
* @param InputInterface $input
7070
* @param OutputInterface $output
7171
* @return void
72+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
7273
*/
7374
protected function execute(InputInterface $input, OutputInterface $output)
7475
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/PhpUnitAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function configure()
4949
* @param InputInterface $input
5050
* @param OutputInterface $output
5151
* @return void
52+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5253
*/
5354
protected function execute(InputInterface $input, OutputInterface $output)
5455
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/SeleniumSessionAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ protected function configure()
5050
* @param InputInterface $input
5151
* @param OutputInterface $output
5252
* @return void
53+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5354
*/
5455
protected function execute(InputInterface $input, OutputInterface $output)
5556
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/StaticClassesGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ protected function configure()
5050
* @param InputInterface $input
5151
* @param OutputInterface $output
5252
* @return void
53+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5354
*/
5455
protected function execute(InputInterface $input, OutputInterface $output)
5556
{

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/StorefrontAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ protected function configure()
7373
* @param InputInterface $input
7474
* @param OutputInterface $output
7575
* @return void
76+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
7677
*/
7778
protected function execute(InputInterface $input, OutputInterface $output)
7879
{

0 commit comments

Comments
 (0)