PhpGitHooks\Module\Git\Tests\Behaviour\CommitMsgCommandHandlerTest::itShouldNotExecuteTool PHP Метод

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

    public function itShouldNotExecuteTool()
    {
        $configurationDataResponse = ConfigurationDataResponseStub::createCustom(true, false, false);
        $this->shouldHandleQuery(new ConfigurationDataFinderQuery(), $configurationDataResponse);
        $this->commitMsgCommandHandler->handle(new CommitMsgCommand($this->getInput()));
    }