Update test name and add todo

This commit is contained in:
Marcus Moore 2024-05-22 17:10:16 -07:00
parent 8d74a976a1
commit a3389a31cd
No known key found for this signature in database

View file

@ -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();