test
continuous-integration/drone/push Build is passing Details

peristanceBDD
Thomas Chazot 2 years ago
parent d8cd6b9a5a
commit a682a76776

@ -138,6 +138,7 @@ class UserGateway{
$this->connection->execQuery($getLastIdQuery, array());
$res=$this->connection->getResults();
foreach($res as $row){
echo "la je met le premier";
$this->putSkinList($row['PK_ID'], 1);
}
}

@ -192,6 +192,7 @@
$sex = !empty($url[6]) ? (string) $url[6] : null;
$dateOfBirth = !empty($url[7]) ? (string) $url[7] : null;
$usergw->postUser($username,$password,$nationality,$sex,$dateOfBirth);
echo "je le met";
http_response_code(200);
}
elseif($method_name === "postMatch"){ // test : OK

Loading…
Cancel
Save