-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add test cases for all objects and all operations #41
base: master
Are you sure you want to change the base?
Conversation
@tangyang9464 @imp2002 please review |
|
|
||
$resourceHandler = new Resource('test_owner', 'test_resource', User::$authConfig); | ||
|
||
// 准备测试数据 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All should be English, remove it
{ | ||
|
||
|
||
public function initConfig() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initConfig() should be defined only once
|
||
public function initConfig() | ||
{ | ||
$endpoint = 'http://127.0.0.1:8000'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this work? Have you put this into test CI?
No description provided.