mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -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()
|
||||
{
|
||||
// @todo:
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
|
@ -158,7 +159,7 @@ class AssetCheckoutTest extends TestCase
|
|||
}
|
||||
|
||||
/** @dataProvider checkoutTargets */
|
||||
public function testAnAssetCanBeCheckedOut($data)
|
||||
public function testAssetCanBeCheckedOut($data)
|
||||
{
|
||||
['checkout_type' => $type, 'target' => $target, 'expected_location' => $expectedLocation] = $data();
|
||||
|
||||
|
|
Loading…
Reference in a new issue