PHP 클래스 spec\Crummy\Phlack\Common\Matcher\CommandMatcherSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: mcrumm/phlack

공개 메소드들

메소드 설명
it_does_not_match_unmatched_names ( SlashCommand $command )
it_does_not_match_webhooks ( Crummy\Phlack\WebHook\WebHookInterface $webhook )
it_is_initializable ( )
it_matches_command_by_name ( SlashCommand $command )
it_matches_slash_commands ( SlashCommand $command )
let ( )

메소드 상세

it_does_not_match_unmatched_names() 공개 메소드

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

it_does_not_match_webhooks() 공개 메소드

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

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_matches_command_by_name() 공개 메소드

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

it_matches_slash_commands() 공개 메소드

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

let() 공개 메소드

public let ( )