PHP 클래스 spec\Crummy\Phlack\Bot\RepeaterBotSpec

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

공개 메소드들

메소드 설명
it_does_not_strip_multiple_occurrences ( WebHook $command )
it_does_not_strip_the_first_word_if_not_the_command ( WebHook $command )
it_does_the_repeater ( WebHook $command )
it_fails_to_set_an_invalid_matcher ( )
it_is_a_repeater_bot ( )
it_sets_and_gets_a_callable_matcher ( )
it_sets_and_gets_a_matcher ( NonMatcher $matcher )
it_strips_the_command_from_the_webhook_text ( WebHook $command )

메소드 상세

it_does_not_strip_multiple_occurrences() 공개 메소드

public it_does_not_strip_multiple_occurrences ( WebHook $command )
$command Crummy\Phlack\WebHook\WebHook

it_does_not_strip_the_first_word_if_not_the_command() 공개 메소드

public it_does_not_strip_the_first_word_if_not_the_command ( WebHook $command )
$command Crummy\Phlack\WebHook\WebHook

it_does_the_repeater() 공개 메소드

public it_does_the_repeater ( WebHook $command )
$command Crummy\Phlack\WebHook\WebHook

it_fails_to_set_an_invalid_matcher() 공개 메소드

it_is_a_repeater_bot() 공개 메소드

it_sets_and_gets_a_callable_matcher() 공개 메소드

it_sets_and_gets_a_matcher() 공개 메소드

public it_sets_and_gets_a_matcher ( NonMatcher $matcher )
$matcher Crummy\Phlack\Common\Matcher\NonMatcher

it_strips_the_command_from_the_webhook_text() 공개 메소드

public it_strips_the_command_from_the_webhook_text ( WebHook $command )
$command Crummy\Phlack\WebHook\WebHook