-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Return proper boolean user enabled state api #9168
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
Return proper boolean user enabled state api #9168
Conversation
1c6b197 to
9d8c045
Compare
Codecov Report
@@ Coverage Diff @@
## master #9168 +/- ##
========================================
Coverage 51.9% 51.9%
Complexity 25354 25354
========================================
Files 1606 1606
Lines 95301 95301
Branches 1394 1394
========================================
Hits 49465 49465
Misses 45836 45836
|
11be2c2 to
0822e8f
Compare
|
Intégration provisioning v1 now passes! :) |
0822e8f to
8f6e446
Compare
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
8f6e446 to
3e5ea9b
Compare
|
|
||
| $this->response = $client->get($fullUrl, $options); | ||
| PHPUnit_Framework_Assert::assertEquals("true", simplexml_load_string($this->response->getBody())->data[0]->enabled); | ||
| // boolean to string is integer |
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.
🤔
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.
@MorrisJobke in xml output 😆
MorrisJobke
left a comment
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.
🐘
After #9111 and #9136
Signed-off-by: John Molakvoæ (skjnldsv) skjnldsv@protonmail.com