Example #1
0
 /**
  * Setup a text fixture.
  * Set the Response content output stream to the abyss.
  *
  * @return void
  */
 protected function setUp()
 {
     \Sonno\Http\Response\Response::setContentOutputStream('php://temp');
 }