Skip to content
Snippets Groups Projects
Commit 8814ca8a authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #59224 fix rt comments + failures

parent 6689399f
Branches
Tags
4 merge requests!2660Master,!2636Master,!2633Dev#59224 miop mot de passe adherent bokeh koha,!2627Dev#59224 miop mot de passe adherent bokeh koha
Pipeline #4032 failed with stage
in 33 minutes and 5 seconds
......@@ -58,7 +58,7 @@ class Class_WebService_SimpleWebClient {
}
public function putData($url, $params, $options) {
public function putData($url, $params, $options = []) {
$httpClient = $this->getHttpClient();
$httpClient->resetParameters();
$httpClient->setUri($url);
......@@ -77,6 +77,7 @@ class Class_WebService_SimpleWebClient {
$httpClient->resetParameters();
$httpClient->setUri($url);
$httpClient->setMethod(Zend_Http_Client::POST);
$httpClient->setRawData($datas, $encoding);
if (isset($options['headers']))
$httpClient->setHeaders($options['headers']);
......
......@@ -21,6 +21,8 @@
class AbonneControllerChangePasswordOnKohaWithRestfulTest extends AbstractControllerTestCase {
protected $_storm_default_to_volatile = true;
public function setUp() {
parent::setUp();
......@@ -101,6 +103,9 @@ class AbonneControllerChangePasswordOnKohaWithRestfulTest extends AbstractContro
class AbonneControllerChangePasswordOnKohaWithOutTest extends AbstractControllerTestCase {
protected $_storm_default_to_volatile = true;
public function setUp() {
parent::setUp();
......@@ -176,6 +181,9 @@ class AbonneControllerChangePasswordOnKohaWithOutTest extends AbstractController
class AbonneControllerChangePasswordOnNanookTest extends AbstractControllerTestCase {
protected $_storm_default_to_volatile = true;
public function setUp() {
parent::setUp();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment