Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ApplicationTester

Fonctions membres publiques

 __construct (Application $application)
 
 run (array $input, array $options=[])
 

Attributs privés

 $application
 

Description détaillée

Eases the testing of console applications.

When testing an application, don't forget to disable the auto exit flag:

$application = new Application();
$application->setAutoExit(false);
Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( Application  $application)

Documentation des fonctions membres

◆ run()

run ( array  $input,
array  $options = [] 
)

Executes the application.

Available options:

  • interactive: Sets the input interactive flag
  • decorated: Sets the output decorated flag
  • verbosity: Sets the output verbosity flag
  • capture_stderr_separately: Make output of stdOut and stdErr separately available
Renvoie
int The command exit code

Références Symfony\Component\Console\Tester\$input, $options, Symfony\Component\Console\Tester\createStream(), et Symfony\Component\Console\Tester\initOutput().

Documentation des champs

◆ $application

$application
private

La documentation de cette classe a été générée à partir du fichier suivant :