spec\Crummy\Phlack\Common\Matcher\NonMatcherSpec::it_matches_no_commands PHP Метод

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

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