PHP Класс Joli\GifExceptionBundle\Tests\WebTestCase

Наследование: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$application An Application.

Открытые методы

Метод Описание
setUp ( )

Защищенные методы

Метод Описание
createKernel ( array $options = [] )
getOutputForCommand ( Command $command, string $commandName, array $args = [], array $options = [] ) : string Get the output for a Command.

Описание методов

createKernel() защищенный статический Метод

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

getOutputForCommand() защищенный Метод

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
Результат string The output.

setUp() публичный Метод

public setUp ( )

Описание свойств

$application защищенное свойство

An Application.
protected $application