spec\Crummy\Phlack\Common\Matcher\DefaultMatcherSpec::it_matches_all_commands PHP Метод

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

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