mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Update test name and add todo
This commit is contained in:
parent
8d74a976a1
commit
a3389a31cd
|
@ -63,6 +63,7 @@ class AssetCheckoutTest extends TestCase
|
||||||
|
|
||||||
public function testAssetCannotBeCheckedOutToItself()
|
public function testAssetCannotBeCheckedOutToItself()
|
||||||
{
|
{
|
||||||
|
// @todo:
|
||||||
$this->markTestIncomplete();
|
$this->markTestIncomplete();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -158,7 +159,7 @@ class AssetCheckoutTest extends TestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @dataProvider checkoutTargets */
|
/** @dataProvider checkoutTargets */
|
||||||
public function testAnAssetCanBeCheckedOut($data)
|
public function testAssetCanBeCheckedOut($data)
|
||||||
{
|
{
|
||||||
['checkout_type' => $type, 'target' => $target, 'expected_location' => $expectedLocation] = $data();
|
['checkout_type' => $type, 'target' => $target, 'expected_location' => $expectedLocation] = $data();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue