Skip to content

Commit

Permalink
git-fetch stopped producing output when fetching all remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Jul 26, 2022
1 parent ab52a2f commit 0025c28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Phing/Task/Optional/Git/GitFetchTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

/**
* @author Victor Farazdagi <simple.square@gmail.com>
* @requires OSFAMILY Linux
*
* @internal
*/
Expand Down Expand Up @@ -64,7 +63,7 @@ public function testFetchAllRemotes(): void
$repository = PHING_TEST_BASE . '/tmp/git';
$this->executeTarget('fetchAllRemotes');
$this->assertInLogs('git-fetch: branch "' . $repository . '" repository');
$this->assertInLogs('git-fetch output: Fetching origin');
$this->assertInLogs('git-fetch output: ');
}

public function testNoRepositorySpecified(): void
Expand Down

0 comments on commit 0025c28

Please sign in to comment.