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

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

Public Methods

Method Description
it_handles_emailvision_notification ( Namshi\Notificator\Notification\Email\SwiftMailer\SwiftMailerNotification $notification, Swift_Message $message, Swift_Mailer $mailer )
it_is_initializable ( )
it_should_handle_swiftmailer_notifications_only ( )
let ( Swift_Mailer $mailer )

Method Details

it_handles_emailvision_notification() public method

public it_handles_emailvision_notification ( Namshi\Notificator\Notification\Email\SwiftMailer\SwiftMailerNotification $notification, Swift_Message $message, Swift_Mailer $mailer )
$notification Namshi\Notificator\Notification\Email\SwiftMailer\SwiftMailerNotification
$message Swift_Message
$mailer Swift_Mailer

it_is_initializable() public method

public it_is_initializable ( )

it_should_handle_swiftmailer_notifications_only() public method

let() public method

public let ( Swift_Mailer $mailer )
$mailer Swift_Mailer