Perform all checks.
Definition at line 15 of file GlobalAnalyzer.php.
◆ __construct()
__construct |
( |
|
$commandList | ) |
|
- Parameters
-
Definition at line 27 of file GlobalAnalyzer.php.
30 parent::__construct();
31 $this->commandList = $commandList;
◆ configure()
Configure command.
- Returns
- void
Definition at line 39 of file GlobalAnalyzer.php.
42 $this->setName(
'troubleshooting:check-all')
43 ->setDescription(
'Perform all available checks.');
◆ execute()
execute |
( |
InputInterface |
$input, |
|
|
OutputInterface |
$output |
|
) |
| |
|
protected |
Execute command.
- Parameters
-
InputInterface | $input | |
OutputInterface | $output | |
- Returns
- void @SuppressWarnings(PHPMD.UnusedFormalParameter)
Definition at line 54 of file GlobalAnalyzer.php.
56 foreach ($this->commandList as $command) {
57 $command->execute($input,
$output);
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/functional/lib/Magento/Mtf/Troubleshooting/GlobalAnalyzer.php