Skip to content

Commit

Permalink
Fix stray func call
Browse files Browse the repository at this point in the history
  • Loading branch information
eddturtle committed Dec 13, 2023
1 parent 98ea2b9 commit f2a0230
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/PdfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class PdfTest extends TestCase

public function testGetVersion()
{
echo $this->getCmdLocation();

$pdf = new Pdf();
$version = $pdf->getVersion();

Expand Down

0 comments on commit f2a0230

Please sign in to comment.