芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/laravel/jetstream/stubs/tests/inertia/ProfileInformationTest.php
actingAs($user = User::factory()->create()); $response = $this->put('/user/profile-information', [ 'name' => 'Test Name', 'email' => 'test@example.com', ]); $this->assertEquals('Test Name', $user->fresh()->name); $this->assertEquals('test@example.com', $user->fresh()->email); } }