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
68d56e92cb
commit
db68bfe4d0
@ -56,6 +56,11 @@ class BankTransactionTest extends TestCase
|
||||
|
||||
public function testMatchBankTransactionValidationShouldPass()
|
||||
{
|
||||
|
||||
if (config('ninja.testvars.travis') !== false) {
|
||||
$this->markTestSkipped('Skip test for Github Actions');
|
||||
}
|
||||
|
||||
$data = [];
|
||||
|
||||
$bi = BankIntegrationFactory::create($this->company->id, $this->user->id, $this->account->id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user