Skip to content

Commit

Permalink
push_test2
Browse files Browse the repository at this point in the history
  • Loading branch information
KNaveenraj-ladybird committed Oct 25, 2023
1 parent 2644a42 commit 9832dda
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tests/Unit/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function test_example()
$this->assertTrue(true);
}

/*public function test_store_user()
public function test_store_user()
{
$faker = FakerFactory::create();

Expand All @@ -35,11 +35,8 @@ public function test_example()
'email' => $email,
'user_name' => $faker->unique()->userName(),
'password' => $password,
'assign_group' => 1,
'primary_dpt' => 1,
'active' => 1,
'role' => 'agent',
'agent_tzone' => 81,
'role' => 'user',
]);
$user->save();

Expand All @@ -50,10 +47,5 @@ public function test_example()
$this->actingAs($user);

$this->assertAuthenticated();
}
}*/
}
}

0 comments on commit 9832dda

Please sign in to comment.