Skip to content

Commit

Permalink
test: Make test more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Jan 2, 2024
1 parent afdd450 commit 49b39f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/IR/PrinterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function testPrintEmbeddedFont(): void
// assert
$result = $document->save();
$this->assertStringContainsString('Dies ist ein', $result);
$this->assertStringContainsString('<73> <75> 18', $result);
$this->assertStringContainsString('<c380> <c3bf> <c0>', $result);
file_put_contents('pdf.pdf', $result);
}

Expand Down

0 comments on commit 49b39f0

Please sign in to comment.