Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Constraint | |
Structures de données | |
class | ApplicationTester |
class | CommandCompletionTester |
class | CommandTester |
Fonctions | |
getDisplay (bool $normalize=false) | |
getErrorOutput (bool $normalize=false) | |
getInput () | |
getOutput () | |
getStatusCode () | |
assertCommandIsSuccessful (string $message='') | |
setInputs (array $inputs) | |
initOutput (array $options) | |
static | createStream (array $inputs) |
Variables | |
trait | TesterTrait |
$inputs = [] | |
$captureStreamsIndependently = false | |
$input | |
$statusCode | |
Symfony\Component\Console\Tester\assertCommandIsSuccessful | ( | string | $message = '' | ) |
Références $message.
|
staticprivate |
Références Symfony\Component\Console\Tester\$input, Symfony\Component\Console\Tester\$inputs, et Laminas\Diactoros\$stream.
Référencé par CommandTester\execute(), et ApplicationTester\run().
Symfony\Component\Console\Tester\getDisplay | ( | bool | $normalize = false | ) |
Symfony\Component\Console\Tester\getErrorOutput | ( | bool | $normalize = false | ) |
Gets the output written to STDERR by the application.
bool | $normalize | Whether to normalize end of lines to or not |
Références $display.
|
abstract |
Gets the input instance used by the last execution of the command or application.
Références Symfony\Component\Console\Tester\$input.
Référencé par CliApplication\__get(), ConsoleApplication\__get(), FormField\__get(), Joomla\Application\checkToken(), ContenttypeField\getInput(), FieldcontextsField\getInput(), WorkflowcontextsField\getInput(), PrivacyField\getInput(), TermsField\getInput(), SectionField\getInput(), JoomlatokenField\getInput(), MenuOrderingField\getInput(), ModulepositionField\getInput(), ConsentBoxField\getInput(), et FormField\renderField().
Symfony\Component\Console\Tester\getOutput | ( | ) |
Gets the output instance used by the last execution of the command or application.
Références $output.
Référencé par CliApplication\out().
Symfony\Component\Console\Tester\getStatusCode | ( | ) |
Gets the status code returned by the last execution of the command or application.
Références Symfony\Component\Console\Tester\$statusCode, et null.
Référencé par AbstractWebApplication\respond().
|
private |
Initializes the output property.
Available options:
Références $options, null, et OutputInterface\VERBOSITY_NORMAL.
Référencé par CommandTester\execute(), et ApplicationTester\run().
Symfony\Component\Console\Tester\setInputs | ( | array | $inputs | ) |
Sets the user inputs.
array | $inputs | An array of strings representing each input passed to the command input stream |
Références Symfony\Component\Console\Tester\$inputs, et $this.
|
private |
|
private |
|
private |
|
private |
Référencé par HttplugFactory\createResponse(), SocketTransport\getResponse(), Socket\getResponse(), StreamTransport\getResponse(), CurlTransport\getResponse(), Stream\getResponse(), Curl\getResponse(), Symfony\Component\Console\Tester\getStatusCode(), HtmlErrorRenderer\renderException(), Command\run(), et Joomla\Component\Scheduler\Administrator\Traits\standardRoutineHandler().