示例#1
0
 public function testClientReceivingFilterCollection()
 {
     $filters = new FilterCollection();
     $filters->append('string.toupper');
     $this->assertSame('T', stream_get_contents($this->client->receiveStream(1, $filters)), 'Wrong contents echoed.');
 }