Skip to content

Commit

Permalink
remove PersistentChannelTest.testInitHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Oct 31, 2024
1 parent 99f6ee2 commit 8c4d49a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ public function assertConnecting($state) {
$state == GRPC\CHANNEL_TRANSIENT_FAILURE);
}

public function testInitHelper()
{
// PersistentList is not empty at the beginning of the tests
// because phpunit will cache the channels created by other test
// files.
}


public function testChannelNotPersist()
{
$this->channel1 = new Grpc\Channel('localhost:1', ['force_new' => true]);
Expand Down

0 comments on commit 8c4d49a

Please sign in to comment.