Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed May 19, 2021
1 parent 064cc91 commit ab943a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/Command/AssertBackwardsCompatibleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function testWillAllowSpecifyingGitRevision() : void
EXPECTED
,
$exception->getOutput() // @TODO https://github.com/Roave/BackwardCompatibilityCheck/issues/79 this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
$exception->getErrorOutput() // @TODO https://github.com/Roave/BackwardCompatibilityCheck/issues/79 this looks like a symfony bug - we shouldn't check STDERR, but STDOUT
);
}
}
Expand All @@ -199,7 +199,7 @@ public function testWillRunSuccessfullyOnNoBcBreaks() : void
'-vvv',
], $this->sourcesRepository);

self::assertStringContainsString('No backwards-incompatible changes detected', $output);
self::assertEmpty($output);
}

public function testWillPickTaggedVersionOnNoGivenFrom() : void
Expand Down

0 comments on commit ab943a3

Please sign in to comment.