PHP Class Joli\GifExceptionBundle\Tests\WebTestCase

Inheritance: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase
Afficher le fichier Open project: jolicode/GifExceptionBundle Class Usage Examples

Protected Properties

Свойство Type Description
$application An Application.

Méthodes publiques

Méthode Description
setUp ( )

Méthodes protégées

Méthode Description
createKernel ( array $options = [] )
getOutputForCommand ( Command $command, string $commandName, array $args = [], array $options = [] ) : string Get the output for a Command.

Method Details

createKernel() protected static méthode

protected static createKernel ( array $options = [] )
$options array

getOutputForCommand() protected méthode

Get the output for a Command.
protected getOutputForCommand ( Command $command, string $commandName, array $args = [], array $options = [] ) : string
$command Symfony\Component\Console\Command\Command The Command to run.
$commandName string
$args array
$options array
Résultat string The output.

setUp() public méthode

public setUp ( )

Property Details

$application protected_oe property

An Application.
protected $application