PHP Класс Behat\Behat\EventDispatcher\Cli\StopOnFailureController

Автор: Konstantin Kudryashov ([email protected])
Наследование: implements Behat\Testwork\Cli\Controller
Показать файл Открыть проект

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

Метод Описание
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher ) Initializes controller.
configure ( Command $command ) Configures command to be executable by the controller.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes controller.
exitOnFailure ( Behat\Behat\EventDispatcher\Event\AfterScenarioTested $event ) Exits if scenario is a failure and if stopper is enabled.

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

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

Initializes controller.
public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

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

Configures command to be executable by the controller.
public configure ( Command $command )
$command Symfony\Component\Console\Command\Command

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

Executes controller.
public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат null | integer

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

Exits if scenario is a failure and if stopper is enabled.
public exitOnFailure ( Behat\Behat\EventDispatcher\Event\AfterScenarioTested $event )
$event Behat\Behat\EventDispatcher\Event\AfterScenarioTested