Skip to content

Commit

Permalink
Removed echo from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
edegaudenzi authored and xthiago committed Jan 7, 2017
1 parent 368b9a6 commit 8aa1399
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Converter/GhostscriptConverterCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ public function testMustConvertPDFVersionWithSuccess($file, $newVersion)
{
$tmpFile = $this->tmp .'/'. uniqid('pdf_version_changer_test_') . '.pdf';

echo "$tmpFile \n";

$command = new GhostscriptConverterCommand();
$command->run(
$file,
Expand Down

0 comments on commit 8aa1399

Please sign in to comment.