PhpGitHooks\Module\Configuration\Tests\Behaviour\PhpGuardCoverageGitIgnoreConfiguratorTest::itShouldNotWriteEntry PHP Метод

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

    public function itShouldNotWriteEntry()
    {
        $this->shouldHandleQuery(new GitIgnoreExtractorQuery(), GitIgnoreDataResponseStub::randomWithGuardCoverage());
        $this->phpGuardCoverageGitIgnoreConfigurator->configure();
    }
PhpGuardCoverageGitIgnoreConfiguratorTest