Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'espace de nommage Symfony\Component\Console\Tester

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
 

Documentation des fonctions

◆ assertCommandIsSuccessful()

Symfony\Component\Console\Tester\assertCommandIsSuccessful ( string  $message = '')

Références $message.

◆ createStream()

static Symfony\Component\Console\Tester\createStream ( array  $inputs)
staticprivate

◆ getDisplay()

Symfony\Component\Console\Tester\getDisplay ( bool  $normalize = false)

Gets the display returned by the last execution of the command or application.

Exceptions

Références $display, et null.

◆ getErrorOutput()

Symfony\Component\Console\Tester\getErrorOutput ( bool  $normalize = false)

Gets the output written to STDERR by the application.

Paramètres
bool$normalizeWhether to normalize end of lines to
or not
Renvoie
string

Références $display.

◆ getInput()

◆ getOutput()

Symfony\Component\Console\Tester\getOutput ( )

Gets the output instance used by the last execution of the command or application.

Renvoie
OutputInterface

Références $output.

Référencé par CliApplication\out().

◆ getStatusCode()

Symfony\Component\Console\Tester\getStatusCode ( )

Gets the status code returned by the last execution of the command or application.

Exceptions

Références Symfony\Component\Console\Tester\$statusCode, et null.

Référencé par AbstractWebApplication\respond().

◆ initOutput()

Symfony\Component\Console\Tester\initOutput ( array  $options)
private

Initializes the output property.

Available options:

  • decorated: Sets the output decorated flag
  • verbosity: Sets the output verbosity flag
  • capture_stderr_separately: Make output of stdOut and stdErr separately available

Références $options, null, et OutputInterface\VERBOSITY_NORMAL.

Référencé par CommandTester\execute(), et ApplicationTester\run().

◆ setInputs()

Symfony\Component\Console\Tester\setInputs ( array  $inputs)

Sets the user inputs.

Paramètres
array$inputsAn array of strings representing each input passed to the command input stream
Renvoie
$this

Références Symfony\Component\Console\Tester\$inputs, et $this.

Documentation des variables

◆ $captureStreamsIndependently

$captureStreamsIndependently = false
private

◆ $input

◆ $inputs

◆ $statusCode

◆ TesterTrait

trait TesterTrait
Valeur initiale :
{
private $output
if(empty($fields)) $output
Definition: com_fields/layouts/fields/render.php:47
Auteur
Amrouche Hamza hamza.nosp@m..sim.nosp@m.perfi.nosp@m.t@gm.nosp@m.ail.c.nosp@m.om