Fixes for tests
This commit is contained in:
parent
c125dca154
commit
d828150670
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue