setChromiumPath(config('ninja.snappdf_chromium_path')); } $pdf = $pdf ->setHtml('

Invoice Ninja

') ->generate(); $this->assertNotNull($pdf); } }