2
0
forked from Wavyzz/dolibarr

Merge pull request #9376 from frederic34/functionCommentMissing

function Comment Missing
This commit is contained in:
Laurent Destailleur
2018-09-01 12:59:32 +02:00
committed by GitHub
43 changed files with 392 additions and 128 deletions

View File

@@ -173,6 +173,11 @@ class RestAPIUserTest extends PHPUnit_Framework_TestCase
$this->assertEquals(1, $object['statut']);
}
/**
* testRestCreateUser
*
* @return void
*/
public function testRestCreateUser()
{