PhpGitHooks\Module\Git\Tests\Behaviour\PrePushToolCommandHandlerTest::itShouldNotExecuteHook PHP Метод

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

    public function itShouldNotExecuteHook()
    {
        $this->shouldHandleQuery(new ConfigurationDataFinderQuery(), ConfigurationDataResponseStub::createCustom(false, false, false));
        $this->prePushToolCommandHandler->handle(new PrePushToolCommand($this->remote, $this->url));
    }