spec\Namshi\Notificator\Notification\Email\EmailNotificationSpec::it_should_handle_array_of_recipient PHP Method

it_should_handle_array_of_recipient() public method

    function it_should_handle_array_of_recipient()
    {
        $this->beConstructedWith('template', ['recipient', 'recipient2', 'recipient3']);
        $this->getRecipientAddresses()->shouldReturn(['recipient', 'recipient2', 'recipient3']);
    }