Example #1
0
 /**
  * @covers Request::containsKey
  */
 public function testContainsKeyFalse()
 {
     $actual = $this->req->containsKey("anything");
     $this->assertFalse($actual);
 }