예제 #1
0
 public function testMemberPrivateChannel()
 {
     $slackUserId = "U1Z8TCZAT";
     $slackChannelsId = ["G1Z9267L1", "G1Z9CBCP8", "G1ZUXJZSL"];
     $apiResponse = $this->slackApi->member($slackUserId, true);
     $this->assertEquals($apiResponse, $slackChannelsId);
 }