PHP Class spec\Crummy\Phlack\Common\Matcher\WebHookMatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: mcrumm/phlack

Public Methods

Method Description
it_does_not_match_slash_commands ( SlashCommand $command )
it_is_initializable ( )
it_matches_webhooks ( Crummy\Phlack\WebHook\WebHookInterface $webhook )

Method Details

it_does_not_match_slash_commands() public method

public it_does_not_match_slash_commands ( SlashCommand $command )
$command Crummy\Phlack\WebHook\SlashCommand

it_is_initializable() public method

public it_is_initializable ( )

it_matches_webhooks() public method

public it_matches_webhooks ( Crummy\Phlack\WebHook\WebHookInterface $webhook )
$webhook Crummy\Phlack\WebHook\WebHookInterface