Skip to content

Commit

Permalink
removed unnecessary channelName print in php batch publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 10, 2024
1 parent 7eafc1d commit 2c1b168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/AblyRestRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public function testBatchPublishMultipleChannelsUsingPostRequest() {
}

foreach (["channel1", "channel2", "channel3", "channel4"] as $channelName) {
print $channelName;
$channel = self::$ably->channel($channelName);
$paginatedHistory = $channel->history();
foreach ($paginatedHistory->items as $msg) {
Expand Down

0 comments on commit 2c1b168

Please sign in to comment.