|
@@ -15,7 +15,9 @@ abstract class UsedTestCase extends BaseTestCase
|
|
$tokenInfo = $this->post('http://localhost/api/login', [
|
|
$tokenInfo = $this->post('http://localhost/api/login', [
|
|
'email' => 'catch@admin.com',
|
|
'email' => 'catch@admin.com',
|
|
'password' => 'catchadmin',
|
|
'password' => 'catchadmin',
|
|
- 'remember' => false
|
|
|
|
|
|
+ 'remember' => false,
|
|
|
|
+// 'email' => 'xiaoli@qq.com',
|
|
|
|
+// 'password' => 'Qaz123'
|
|
])->json();
|
|
])->json();
|
|
$this->token = $tokenInfo['data']['token'];
|
|
$this->token = $tokenInfo['data']['token'];
|
|
}
|
|
}
|