1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Fixes for inventory management

This commit is contained in:
David Bomba 2022-11-09 10:26:16 +11:00
parent 00184ffb51
commit 69a429018b

View File

@ -37,6 +37,10 @@ class InventoryManagementTest extends TestCase
$this->withoutMiddleware(
ThrottleRequests::class
);
if (config('ninja.testvars.travis') !== false) {
$this->markTestSkipped('Skip test for Travis');
}
}
public function testInventoryMovements()