From c06c18affc2dd07d6d8594e02ebfa45613042c30 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 18 Jun 2024 14:45:55 +1000 Subject: [PATCH] change PDF Generator --- .env.ci | 3 ++- tests/Feature/PurchaseOrderTest.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.ci b/.env.ci index c7434b25afac..e4a3a26d6633 100644 --- a/.env.ci +++ b/.env.ci @@ -23,4 +23,5 @@ API_SECRET=superdoopersecrethere PHANTOMJS_PDF_GENERATION=false CACHE_DRIVER=redis QUEUE_CONNECTION=redis -SESSION_DRIVER=redis \ No newline at end of file +SESSION_DRIVER=redis +PDF_GENERATOR=hosted_ninja \ No newline at end of file diff --git a/tests/Feature/PurchaseOrderTest.php b/tests/Feature/PurchaseOrderTest.php index 0e7027a29af7..bbdb22dd134f 100644 --- a/tests/Feature/PurchaseOrderTest.php +++ b/tests/Feature/PurchaseOrderTest.php @@ -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();