PHP Class spec\Fenos\Notifynder\Senders\SendOneSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: fenos/notifynder

Public Methods

Method Description
it_is_initializable ( )
it_send_a_single_notification_having_the_category_ ( Fenos\Notifynder\Contracts\StoreNotification $storeNotification )
it_try_to_send_a_notification_without_category_id ( Fenos\Notifynder\Contracts\StoreNotification $storeNotification )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_send_a_single_notification_having_the_category_() public method

public it_send_a_single_notification_having_the_category_ ( Fenos\Notifynder\Contracts\StoreNotification $storeNotification )
$storeNotification Fenos\Notifynder\Contracts\StoreNotification

it_try_to_send_a_notification_without_category_id() public method

public it_try_to_send_a_notification_without_category_id ( Fenos\Notifynder\Contracts\StoreNotification $storeNotification )
$storeNotification Fenos\Notifynder\Contracts\StoreNotification

let() public method

public let ( )