You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
سلام وقتتون بخیر من تو قسمت تستینگ به این ارور برخوردم تمام کد ها رو چک کردم مطابق آموزش هستن لاگین با شماره موبایل هم انجام میشه اما تو تست ارور میگیره
public function test_user_can_login_by_mobile_number()
{
$user=User::create([
'first-name'=>$this->faker->firstName,
'email'=>$this->faker->safeEmail,
'mobile_number'=>'9381234456',
'password'=>bcrypt('A!123a$%'),
]);
$this->post(route('login'),[
'email'=>$user->mobile,
'password'=>'A!123a$%'
]);
$this->assertAuthenticated();
}
The text was updated successfully, but these errors were encountered:
سلام وقتتون بخیر من تو قسمت تستینگ به این ارور برخوردم تمام کد ها رو چک کردم مطابق آموزش هستن لاگین با شماره موبایل هم انجام میشه اما تو تست ارور میگیره
public function test_user_can_login_by_mobile_number()
{
$user=User::create([
'first-name'=>$this->faker->firstName,
'email'=>$this->faker->safeEmail,
'mobile_number'=>'9381234456',
'password'=>bcrypt('A!123a$%'),
]);
$this->post(route('login'),[
'email'=>$user->mobile,
'password'=>'A!123a$%'
]);
$this->assertAuthenticated();
}
The text was updated successfully, but these errors were encountered: