Skip to content

Commit

Permalink
Merge pull request #35 from kiwilan/develop
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
ewilan-riviere committed Aug 30, 2023
2 parents c711b6f + 8a44d99 commit e43ca65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/PdfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

it('can read simple pdf', function () {
$archive = Archive::read(PDF_SIMPLE);
ray($archive);

expect($archive)->toBeInstanceOf(ArchivePdf::class);
expect($archive->getPdf()->getTitle())->toBeString();
Expand Down

0 comments on commit e43ca65

Please sign in to comment.