Beispiel #1
0
 public function testOPTIONS()
 {
     $request = Requests::options(httpbin('/options'), array(), array(), $this->getOptions());
     $this->assertEquals(200, $request->status_code);
 }