mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Organization
This commit is contained in:
parent
e65252725a
commit
37ebf1827f
|
@ -112,6 +112,16 @@ class AssetCheckoutTest extends TestCase
|
|||
});
|
||||
}
|
||||
|
||||
public function testAnAssetCanBeCheckedOutToAnAsset()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
public function testAnAssetCanBeCheckedOutToALocation()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
public function testLicenseSeatsAreAssignedToUserUponCheckout()
|
||||
{
|
||||
$asset = Asset::factory()->create();
|
||||
|
@ -129,16 +139,6 @@ class AssetCheckoutTest extends TestCase
|
|||
$this->assertTrue($user->fresh()->licenses->contains($seat->license));
|
||||
}
|
||||
|
||||
public function testAnAssetCanBeCheckedOutToAnAsset()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
public function testAnAssetCanBeCheckedOutToALocation()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
public function testLastCheckoutUsesCurrentDateIfNotProvided()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
|
|
Loading…
Reference in a new issue