PHP Class spec\Namshi\Notificator\Notification\Handler\RabbitMQSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: namshi/notificator

Public Methods

Method Description
it_handles_rabbitmq_notification ( PhpAmqpLib\Channel\AMQPChannel $publisher, Namshi\Notificator\Notification\RabbitMQ\RabbitMQNotification $notification )
it_is_initializable ( )
it_should_handle_rabbitmq_notifications_only ( )
let ( PhpAmqpLib\Channel\AMQPChannel $publisher )

Method Details

it_handles_rabbitmq_notification() public method

public it_handles_rabbitmq_notification ( PhpAmqpLib\Channel\AMQPChannel $publisher, Namshi\Notificator\Notification\RabbitMQ\RabbitMQNotification $notification )
$publisher PhpAmqpLib\Channel\AMQPChannel
$notification Namshi\Notificator\Notification\RabbitMQ\RabbitMQNotification

it_is_initializable() public method

public it_is_initializable ( )

it_should_handle_rabbitmq_notifications_only() public method

let() public method

public let ( PhpAmqpLib\Channel\AMQPChannel $publisher )
$publisher PhpAmqpLib\Channel\AMQPChannel