diff --git a/.env.ci b/.env.ci index c7434b25afac0..e4a3a26d66330 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 0e7027a29af7f..bbdb22dd134fe 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();