Gush\Tests\Helper\GitConfigHelperTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->processHelper = $this->createMock(ProcessHelper::class);
        $this->gitConfigHelper = new GitConfigHelper($this->processHelper, $this->getMockBuilder(Application::class)->disableOriginalConstructor()->getMock());
    }