Skip to content

Commit 79dfc9a

Browse files
committed
Replace ConnectionManager with Connector
1 parent 946dbc1 commit 79dfc9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ClientApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ public function testCreateHttpClient()
8686
$this->assertInstanceOf('\React\HttpClient\Client', $this->client->createHttpClient());
8787
}
8888

89-
public function testCreateSecureConnectionManager()
89+
public function testCreateSecureConnector()
9090
{
91-
$this->assertInstanceOf('\Socks\SecureConnectionManager', $this->client->createSecureConnectionManager());
91+
$this->assertInstanceOf('\React\SocketClient\SecureConnector', $this->client->createSecureConnector());
9292
}
9393

9494
/**

0 commit comments

Comments
 (0)