spec\Crummy\Phlack\Common\Matcher\CommandMatcherSpec::it_matches_slash_commands PHP Метод

it_matches_slash_commands() публичный Метод

public it_matches_slash_commands ( SlashCommand $command )
$command Crummy\Phlack\WebHook\SlashCommand
    public function it_matches_slash_commands(SlashCommand $command)
    {
        $this->matches($command)->shouldReturn(true);
    }