PHP Class spec\Ayaline\Bundle\ComposerBundle\Consumer\UploadComposerConsumerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: pborreli/composer-service

Public Methods

Method Description
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 ( )

Method Details

it_execute_all_steps_and_return_0_status_code() public method

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 method

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 method

public it_is_consumer ( )