From 8e434e3b63fa1c60ae70df222b9fae8b0a40b1e7 Mon Sep 17 00:00:00 2001 From: KNaveenraj-ladybird Date: Wed, 25 Oct 2023 15:18:21 +0530 Subject: [PATCH] push_test --- tests/Unit/RouteTest.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/Unit/RouteTest.php b/tests/Unit/RouteTest.php index 42a0879ebf..4b9b630fd2 100644 --- a/tests/Unit/RouteTest.php +++ b/tests/Unit/RouteTest.php @@ -19,7 +19,7 @@ public function test_example() $this->assertTrue(true); } - public function test_store_user() + /*public function test_store_user() { $faker = FakerFactory::create(); @@ -50,5 +50,11 @@ public function test_store_user() $this->actingAs($user); $this->assertAuthenticated(); + } + + + + }*/ + }