Fixes for tests

This commit is contained in:
David Bomba 2021-05-27 09:16:41 +10:00
parent c125dca154
commit d828150670

View File

@ -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()