()
| 683 | } |
| 684 | |
| 685 | public function testFlush() |
| 686 | { |
| 687 | $host = 'localhost'; |
| 688 | $port = 9090; |
| 689 | $persist = false; |
| 690 | $debugHandler = null; |
| 691 | $transport = new TSocket( |
| 692 | $host, |
| 693 | $port, |
| 694 | $persist, |
| 695 | $debugHandler |
| 696 | ); |
| 697 | $this->assertNUll($transport->flush()); |
| 698 | } |
| 699 | } |