PHP Class Joli\GifExceptionBundle\Tests\WebTestCase

Inheritance: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase
Datei anzeigen Open project: jolicode/GifExceptionBundle Class Usage Examples

Protected Properties

Property Type Description
$application An Application.

Public Methods

Method Description
setUp ( )

Protected Methods

Method 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 method

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

getOutputForCommand() protected method

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
return string The output.

setUp() public method

public setUp ( )

Property Details

$application protected_oe property

An Application.
protected $application