Ejemplo n.º 1
0
 /** @test */
 public function resumeShouldDoNothing()
 {
     $readable = new ReadableStream();
     $readable->resume();
 }