Example #1
0
 /**
  *
  */
 function test_client_address()
 {
     $request = new Request([Arg::CLIENT_ADDRESS => 'foo']);
     $this->assertEquals('foo', $request->clientAddress());
 }