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

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: mcrumm/phlack

Méthodes publiques

Méthode 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 méthode

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

it_is_initializable() public méthode

public it_is_initializable ( )

it_matches_webhooks() public méthode

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