-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enhancement: Ensure Recipient is set for specific actions #75
Conversation
0bd1cff
to
cd2fd44
Compare
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.
much better code than before :)
Ready to merge from my side |
959a0ce
to
7825f55
Compare
Rebased |
Would you mind to merge master into this one please? |
7825f55
to
3e81c9d
Compare
3e81c9d
to
98f8a19
Compare
I rebased |
tests/Client/GroupsClientTest.php
Outdated
@@ -34,69 +34,104 @@ public function testCanBeConstructed(): void | |||
$this->assertInstanceOf(GroupsClient::class, $client); | |||
} | |||
|
|||
public function testBuildApiUrl(): void | |||
/** | |||
* @dataProvider buildApiUrlProvider |
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.
Can we use attributes? Because of
1) Metadata found in doc-comment for method Client\GroupsClientTest::testBuildApiUrl(). Metadata in doc-comments is deprecated and will no longer be supported in PHPUnit 12. Update your test code to use attributes instead.
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.
sure
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.
GroupsClient