Skip to content

Commit

Permalink
Corrected tests for older versions of ZMQ library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Struczyński committed Feb 19, 2016
1 parent 7498dc4 commit b6560cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/ZmqServerTest.php
Expand Up @@ -193,6 +193,5 @@ public function testGetSmqSocket()
$socket = $socketMethod->invoke($server, 'tcp://*:5599');
$this->assertInstanceOf('\ZmqSocket', $socket);
$this->assertEquals(array('connect' => array(), 'bind' => array('tcp://*:5599')), $socket->getEndpoints());
$socket->unbind('tcp://*:5599');
}
}

0 comments on commit b6560cb

Please sign in to comment.