mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
c125dca154
commit
d828150670
@ -40,6 +40,10 @@ class ExportCompanyTest extends TestCase
|
||||
$this->makeTestData();
|
||||
|
||||
$this->withoutExceptionHandling();
|
||||
|
||||
if (! config('ninja.testvars.stripe')) {
|
||||
$this->markTestSkipped('Cannot write to TMP - skipping');
|
||||
}
|
||||
}
|
||||
|
||||
public function testCompanyExport()
|
||||
|
Loading…
x
Reference in New Issue
Block a user