spec\Namshi\Notificator\Notification\Email\SwiftMailer\SwiftMailerNotificationSpec::it_is_initializable PHP Method

it_is_initializable() public method

public it_is_initializable ( )
    function it_is_initializable()
    {
        $this->shouldHaveType('Namshi\\Notificator\\NotificationInterface');
        $this->shouldHaveType('Namshi\\Notificator\\Notification');
        $this->shouldImplement('Namshi\\Notificator\\Notification\\Email\\SwiftMailer\\SwiftMailerNotificationInterface');
    }
SwiftMailerNotificationSpec