Skip to content

Commit

Permalink
#66 #72 #73 documented TODO about STDERR/STDOUT mixing bug as documen…
Browse files Browse the repository at this point in the history
…ted in #79
  • Loading branch information
Ocramius committed Jun 4, 2018
1 parent 6c797c5 commit 5768cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/Command/AssertBackwardsCompatibleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function testWillAllowSpecifyingGitRevision() : void

EXPECTED
,
$check->getErrorOutput() // @TODO this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
$check->getErrorOutput() // @TODO https://github.com/Roave/BackwardCompatibilityCheck/issues/79 this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
);
}

Expand Down Expand Up @@ -232,7 +232,7 @@ public function testWillPickTaggedVersionOnNoGivenFrom() : void

EXPECTED
,
$errorOutput // @TODO this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
$errorOutput // @TODO https://github.com/Roave/BackwardCompatibilityCheck/issues/79 this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
);
}

Expand Down Expand Up @@ -295,7 +295,7 @@ public function testWillPickLatestTaggedVersionOnNoGivenFrom() : void

EXPECTED
,
$errorOutput // @TODO this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
$errorOutput // @TODO https://github.com/Roave/BackwardCompatibilityCheck/issues/79 this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
);
}
}

0 comments on commit 5768cb1

Please sign in to comment.