Example #1
0
 /**
  * @covers ::isKeepConnection
  */
 public function testInstanceKeepsKeepConnection()
 {
     $request = new Request(Role::responder(), 5, false, new RequestParameters(['foo' => 'bar']), new StringReader('baz'));
     self::assertFalse($request->isKeepConnection());
 }