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