wyyl/tests/Browser/dusktest/data/catalog/account.php

15 lines
474 B
PHP

<?php
const add_address = [
'add_name' => 'test', //add_name
'add_phone' => 'v11012010086', //选择国家
'add_code' => '643203', //add_code
'add_address1' => 'test1', //add_address1
'add_address2' => 'test2', //add_address2
];
const user_edit = [
'upload_images' => '/../../data/images/Headpicture/Headpicture.jpeg', //上传头像
'user_name' => 'admin', //修改名字
'user_email' => 'admin@163.com', //修改emial
];