Skip to content

Commit 776315f

Browse files
Create failure test to check action script
1 parent c05fa37 commit 776315f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Feature/UserManagementTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,9 @@ public function test_user_creation_date_is_in_valid_format()
7979

8080
$response->assertSee($user->created_at->format('d M Y'));
8181
}
82+
83+
public function test_a_failure()
84+
{
85+
$this->assertTrue(false);
86+
}
8287
}

0 commit comments

Comments
 (0)