We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862d983 commit a10b4edCopy full SHA for a10b4ed
1 file changed
test/unit/Suite/Api/ContactListTest.php
@@ -212,6 +212,7 @@ public function replaceContactList_Perfect_Perfect(): void
212
{
213
$contactIds = [1, 2, 3];
214
$this->apiClient
215
+ ->expects($this->once())
216
->method('post')
217
->with(
218
"api_base_url/$this->customerId/contactlist/654321/replace",
0 commit comments