Example #1
0
 function testGetModifiedSince()
 {
     $req = new Request();
     $req->mock(array("HTTP_IF_MODIFIED_SINCE" => "abc"));
     $this->assertEquals("abc", $req->getModifiedSince());
 }