mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Mark tests as incomplete for the new artisan assigned_to fixer
This commit is contained in:
parent
1706ddd511
commit
f80cf666b1
|
@ -10,6 +10,7 @@ class FixupAssignedToAssignedTypeTest extends TestCase
|
|||
{
|
||||
public function testEmptyAssignedType()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
$asset = Asset::factory()->create();
|
||||
$user = User::factory()->create();
|
||||
$admin = User::factory()->admin()->create();
|
||||
|
@ -30,6 +31,7 @@ class FixupAssignedToAssignedTypeTest extends TestCase
|
|||
|
||||
public function testInvalidAssignedTo()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
$asset = Asset::factory()->create();
|
||||
$user = User::factory()->create();
|
||||
$admin = User::factory()->admin()->create();
|
||||
|
|
Loading…
Reference in a new issue