spec\Namshi\Notificator\Notification\Email\Emailvision\EmailvisionNotificationSpec::it_is_initializable PHP Method

it_is_initializable() public method

public it_is_initializable ( )
    function it_is_initializable()
    {
        $this->shouldHaveType('Namshi\\Notificator\\Notification\\Email\\EmailNotification');
        $this->shouldHaveType('Namshi\\Notificator\\Notification');
        $this->shouldImplement('Namshi\\Notificator\\Notification\\Email\\Emailvision\\EmailvisionNotificationInterface');
    }
EmailvisionNotificationSpec