Example #1
0
 public function testSetMethod()
 {
     $method = 'POST';
     $this->object->setMethod($method);
     $this->assertEquals($method, $this->object->getMethod());
 }