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

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

public it_does_not_match_unmatched_names ( SlashCommand $command )
$command Crummy\Phlack\WebHook\SlashCommand
    public function it_does_not_match_unmatched_names(SlashCommand $command)
    {
        $command->get('command')->willReturn('/bar');
        $this->setCommandName('/foo')->matches($command)->shouldReturn(false);
    }