예제 #1
0
파일: Base.php 프로젝트: rmccue/requests
 public function testOPTIONS()
 {
     $request = Requests::options(httpbin('/options'), array(), array(), $this->getOptions());
     $this->assertEquals(200, $request->status_code);
 }