1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

change PDF Generator

This commit is contained in:
David Bomba 2024-06-18 14:45:55 +10:00
parent d03b0c2ba7
commit c06c18affc
2 changed files with 3 additions and 2 deletions

View File

@ -23,4 +23,5 @@ API_SECRET=superdoopersecrethere
PHANTOMJS_PDF_GENERATION=false
CACHE_DRIVER=redis
QUEUE_CONNECTION=redis
SESSION_DRIVER=redis
SESSION_DRIVER=redis
PDF_GENERATOR=hosted_ninja

View File

@ -37,7 +37,7 @@ class PurchaseOrderTest extends TestCase
protected function setUp(): void
{
parent::setUp();
$this->markTestSkipped('no travis');
$this->faker = \Faker\Factory::create();
$this->makeTestData();