2
0
forked from Wavyzz/dolibarr

function declaration

This commit is contained in:
Frédéric FRANCE
2018-08-15 14:28:34 +02:00
parent 7c6f41e04f
commit 7bb781eea8
37 changed files with 383 additions and 231 deletions

View File

@@ -173,7 +173,8 @@ class RestAPIUserTest extends PHPUnit_Framework_TestCase
$this->assertEquals(1, $object['statut']);
}
public function testRestCreateUser() {
public function testRestCreateUser()
{
// attemp to create without mandatory fields :
$url = $this->api_url.'/users?api_key='.$this->api_key;