mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 17:34:34 -04:00
change PDF Generator
This commit is contained in:
parent
d03b0c2ba7
commit
c06c18affc
1
.env.ci
1
.env.ci
@ -24,3 +24,4 @@ PHANTOMJS_PDF_GENERATION=false
|
|||||||
CACHE_DRIVER=redis
|
CACHE_DRIVER=redis
|
||||||
QUEUE_CONNECTION=redis
|
QUEUE_CONNECTION=redis
|
||||||
SESSION_DRIVER=redis
|
SESSION_DRIVER=redis
|
||||||
|
PDF_GENERATOR=hosted_ninja
|
@ -37,7 +37,7 @@ class PurchaseOrderTest extends TestCase
|
|||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
$this->markTestSkipped('no travis');
|
|
||||||
$this->faker = \Faker\Factory::create();
|
$this->faker = \Faker\Factory::create();
|
||||||
|
|
||||||
$this->makeTestData();
|
$this->makeTestData();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user