Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Application $application) | |
run (array $input, array $options=[]) | |
Attributs privés | |
$application | |
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);
__construct | ( | Application | $application | ) |
Références ApplicationTester\$application.
run | ( | array | $input, |
array | $options = [] |
||
) |
Executes the application.
Available options:
Références Symfony\Component\Console\Tester\$input, $options, Symfony\Component\Console\Tester\createStream(), et Symfony\Component\Console\Tester\initOutput().
|
private |
Référencé par ApplicationTester\__construct().