diff --git a/tests/Feature/UserManagementTest.php b/tests/Feature/UserManagementTest.php index f79e24f..519143b 100644 --- a/tests/Feature/UserManagementTest.php +++ b/tests/Feature/UserManagementTest.php @@ -79,4 +79,9 @@ public function test_user_creation_date_is_in_valid_format() $response->assertSee($user->created_at->format('d M Y')); } + + public function test_a_failure() + { + $this->assertTrue(false); + } }