mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for inventory management
This commit is contained in:
parent
00184ffb51
commit
69a429018b
@ -37,6 +37,10 @@ class InventoryManagementTest extends TestCase
|
|||||||
$this->withoutMiddleware(
|
$this->withoutMiddleware(
|
||||||
ThrottleRequests::class
|
ThrottleRequests::class
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (config('ninja.testvars.travis') !== false) {
|
||||||
|
$this->markTestSkipped('Skip test for Travis');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testInventoryMovements()
|
public function testInventoryMovements()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user