测试Message和错误包
public function test_missing_email_field_errors() {
$this->post('person/create', ['name' => 'Japheth']);
$this->assertSessionHasErrors(['email']);
}Last updated
public function test_missing_email_field_errors() {
$this->post('person/create', ['name' => 'Japheth']);
$this->assertSessionHasErrors(['email']);
}Last updated