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