makeTestData(); } public function testInvoiceUploadWorks() { CreateEntityPdf::dispatchSync($this->invoice->invitations->first()); $this->assertNotNull($this->invoice->service()->getInvoicePdf($this->invoice->client->primary_contact()->first())); } }