We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4313cc4 commit 8a44d99Copy full SHA for 8a44d99
tests/PdfTest.php
@@ -76,7 +76,6 @@
76
77
it('can read simple pdf', function () {
78
$archive = Archive::read(PDF_SIMPLE);
79
- ray($archive);
80
81
expect($archive)->toBeInstanceOf(ArchivePdf::class);
82
expect($archive->getPdf()->getTitle())->toBeString();
0 commit comments