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

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

public itShouldWriteEntry ( )
    public function itShouldWriteEntry()
    {
        $content = GitIgnoreDataResponseStub::random();
        $this->shouldHandleQuery(new GitIgnoreExtractorQuery(), $content);
        $this->shouldHandleCommand(new GitIgnoreWriterCommand($content->getContent()));
        $this->phpGuardCoverageGitIgnoreConfigurator->configure();
    }
PhpGuardCoverageGitIgnoreConfiguratorTest