MCPcopy Create free account
hub / github.com/apache/thrift / testFlush

Method testFlush

lib/php/test/Unit/Lib/Transport/TSocketTest.php:685–698  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected