makeTestData(); $this->withoutMiddleware( ThrottleRequests::class ); } public function testInvoiceGeneration() { $f = new FacturaEInvoice($this->invoice, "3.2.2"); $f->run(); $this->assertNotNull($f->run()); nlog($f->run()); } }