spec\Fenos\Notifynder\Senders\SendMultipleSpec::it_send_multiple_notification PHP Метод

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

public it_send_multiple_notification ( Fenos\Notifynder\Contracts\StoreNotification $storeNotification )
$storeNotification Fenos\Notifynder\Contracts\StoreNotification
    public function it_send_multiple_notification(StoreNotification $storeNotification)
    {
        $multiple = [];
        $storeNotification->storeMultiple($multiple)->shouldBeCalled()->willReturn(1);
        $this->send($storeNotification)->shouldReturn(1);
    }