mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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()
|
public function testEmptyAssignedType()
|
||||||
{
|
{
|
||||||
|
$this->markTestIncomplete();
|
||||||
$asset = Asset::factory()->create();
|
$asset = Asset::factory()->create();
|
||||||
$user = User::factory()->create();
|
$user = User::factory()->create();
|
||||||
$admin = User::factory()->admin()->create();
|
$admin = User::factory()->admin()->create();
|
||||||
|
@ -30,6 +31,7 @@ class FixupAssignedToAssignedTypeTest extends TestCase
|
||||||
|
|
||||||
public function testInvalidAssignedTo()
|
public function testInvalidAssignedTo()
|
||||||
{
|
{
|
||||||
|
$this->markTestIncomplete();
|
||||||
$asset = Asset::factory()->create();
|
$asset = Asset::factory()->create();
|
||||||
$user = User::factory()->create();
|
$user = User::factory()->create();
|
||||||
$admin = User::factory()->admin()->create();
|
$admin = User::factory()->admin()->create();
|
||||||
|
|
Loading…
Reference in a new issue