Skip to content

1.9.1: Refactor and add tests for Connection.php (#28)

Compare
Choose a tag to compare
@senaranya senaranya released this 04 Jul 12:06
· 33 commits to master since this release
fc7e6bd
  • Refactored Connection class
  • Added a method getSocket() in Connection class to return the socket created for sending message. This is useful while testing
  • Added unit tests for Connection class