Add back example integration

PDF testing that HTML Generates\n and stuff
This commit is contained in:
David Bomba 2023-01-23 13:58:01 +11:00
parent 3c76bfa90c
commit 17f71c7c98

View File

@ -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));
}
}