PHP Класс spec\Ayaline\Bundle\ComposerBundle\Consumer\UploadComposerConsumerSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

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

Метод Описание
it_execute_all_steps_and_return_0_status_code ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step1, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step2 )
it_interrupt_the_execution_of_steps_when_any_of_them_return_non_zero_status ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step1, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step2 )
it_is_consumer ( )

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

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

public it_execute_all_steps_and_return_0_status_code ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step1, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step2 )
$event Sonata\NotificationBundle\Consumer\ConsumerEvent
$step1 Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface
$step2 Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface

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

public it_interrupt_the_execution_of_steps_when_any_of_them_return_non_zero_status ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step1, Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface $step2 )
$event Sonata\NotificationBundle\Consumer\ConsumerEvent
$step1 Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface
$step2 Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface

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

public it_is_consumer ( )