PhpGitHooks\Module\PhpUnit\Tests\Behaviour\PhpUnitToolCommandHandlerTest::itShouldExecuteAndWorksFine PHP Метод

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

    public function itShouldExecuteAndWorksFine()
    {
        $options = '--testsuite default';
        $errorMessage = HookQuestions::PRE_COMMIT_ERROR_MESSAGE_DEFAULT;
        $outputMessage = new PreCommitOutputWriter(PhpUnitToolExecutor::EXECUTING_MESSAGE);
        $this->shouldWriteLnOutput($outputMessage->getMessage());
        $this->shouldProcessPhpUnit($options, true);
        $this->phpUnitToolCommandHandler->handle(new PhpUnitToolCommand(true, $options, $errorMessage));
    }