From 17f71c7c98a0461a8c5492a2e63eed9764e4428b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 23 Jan 2023 13:58:01 +1100 Subject: [PATCH] Add back example integration PDF testing that HTML Generates\n and stuff --- tests/Feature/PdfMaker/ExampleIntegrationTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Feature/PdfMaker/ExampleIntegrationTest.php b/tests/Feature/PdfMaker/ExampleIntegrationTest.php index 3337550e1442..1f923f9f5fbc 100644 --- a/tests/Feature/PdfMaker/ExampleIntegrationTest.php +++ b/tests/Feature/PdfMaker/ExampleIntegrationTest.php @@ -57,10 +57,6 @@ class ExampleIntegrationTest extends TestCase ->design($design) ->build(); - // exec('echo "" > storage/logs/laravel.log'); - -// nlog($maker->getCompiledHTML(true)); - $this->assertNotNull($maker->getCompiledHTML(true)); } }