PHP Класс spec\Crummy\Phlack\Common\Matcher\CommandMatcherSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )