public function testGetMethod()
 {
     $this->config->setMethod('method');
     $this->assertEquals('method', $this->config->getMethodCode());
 }