Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 26, 2023
1 parent bc95a1d commit f74e5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PdfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
expect($this->targetPath)->toBeFile();

assertMatchesPdfSnapshot($this->targetPath);
})->only();
});

it('can accept margins', function () {
Pdf::view('test')->margins(200)->save($this->targetPath);
Expand Down

0 comments on commit f74e5c7

Please sign in to comment.