Skip to content

Commit e43ca65

Browse files
Merge pull request #35 from kiwilan/develop
fix test
2 parents c711b6f + 8a44d99 commit e43ca65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PdfTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676

7777
it('can read simple pdf', function () {
7878
$archive = Archive::read(PDF_SIMPLE);
79-
ray($archive);
8079

8180
expect($archive)->toBeInstanceOf(ArchivePdf::class);
8281
expect($archive->getPdf()->getTitle())->toBeString();

0 commit comments

Comments
 (0)