Пример #1
0
 function testMethodSupportsPatch()
 {
     $r = new Bullet\Request('PATCH', '/foo/bar');
     $this->assertEquals('PATCH', $r->method());
 }