@@ -45,8 +45,8 @@  | 
                                                    ||
| 45 | 45 | |
| 46 | 46 | // Create two clients and connect them  | 
                                                        
| 47 | 47 | $this->_clientMock = $this->getMockBuilder(ConnectionInterface::class)  | 
                                                        
| 48 | - ->setMethods(['send', 'close'])  | 
                                                        |
| 49 | - ->getMock();  | 
                                                        |
| 48 | + ->setMethods(['send', 'close'])  | 
                                                        |
| 49 | + ->getMock();  | 
                                                        |
| 50 | 50 | |
| 51 | 51 | $this->_anotherClientMock = clone $this->_clientMock;  | 
                                                        
| 52 | 52 | |