mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -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()
|
public function testLicenseSeatsAreAssignedToUserUponCheckout()
|
||||||
{
|
{
|
||||||
$asset = Asset::factory()->create();
|
$asset = Asset::factory()->create();
|
||||||
|
@ -129,16 +139,6 @@ class AssetCheckoutTest extends TestCase
|
||||||
$this->assertTrue($user->fresh()->licenses->contains($seat->license));
|
$this->assertTrue($user->fresh()->licenses->contains($seat->license));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testAnAssetCanBeCheckedOutToAnAsset()
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testAnAssetCanBeCheckedOutToALocation()
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testLastCheckoutUsesCurrentDateIfNotProvided()
|
public function testLastCheckoutUsesCurrentDateIfNotProvided()
|
||||||
{
|
{
|
||||||
$this->markTestIncomplete();
|
$this->markTestIncomplete();
|
||||||
|
|
Loading…
Reference in a new issue