Exemple #1
0
 public function testFlushReturnsFalse()
 {
     $s = new AppendStream();
     $this->assertFalse($s->flush());
 }