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(); + } + + + + }*/ + }