Esempio n. 1
0
 public function testOffsetExists()
 {
     $request = new THttpRequest();
     $request->init(null);
     // should not exists
     self::assertFalse($request->offsetExists(0));
 }