Skip to content

Commit

Permalink
Error messsage in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Pédelagrabe committed Mar 26, 2020
1 parent c72ba7e commit eff4a6e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public function testDoWriteOnFailure()
try {
$output->writeln('foo');
} catch (\RuntimeException $exception) {
throw new AssertionFailedError('dd');
throw new AssertionFailedError('Should not fail.');
}
rewind($output->getStream());
$this->assertEquals('', stream_get_contents($output->getStream()));
Expand Down

0 comments on commit eff4a6e

Please sign in to comment.