spec\Crummy\Phlack\WebHook\WebHookSpec::it_is_a_webhook_command PHP 메소드

it_is_a_webhook_command() 공개 메소드

    public function it_is_a_webhook_command()
    {
        $this->shouldHaveType('Crummy\\Phlack\\WebHook\\WebHook');
        $this->shouldBeAnInstanceOf('\\Crummy\\Phlack\\WebHook\\AbstractCommand');
        $this->shouldImplement('\\Crummy\\Phlack\\WebHook\\WebHookInterface');
    }